Home
last modified time | relevance | path

Searched defs:zrtp_global_t (Results 1 – 2 of 2) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/include/
H A Dzrtp_types.h345 struct zrtp_global_t struct
347 uint32_t lic_mode; /** ZRTP license mode. */
356 struct BigNum G;
357 struct BigNum P_2048;
358 struct BigNum P_2048_1;
359 struct BigNum P_3072;
360 struct BigNum P_3072_1;
361 uint8_t P_2048_data[256];
362 uint8_t P_3072_data[384];
364 mlist_t cipher_head; /** Head of ciphers list */
[all …]
H A Dzrtp_base.h32 typedef struct zrtp_global_t zrtp_global_t; typedef