Home
last modified time | relevance | path

Searched refs:cipher_head (Results 1 – 2 of 2) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp.c102 init_mlist(&new_zrtp->cipher_head); in zrtp_init()
993 DESTROY_COMP(node, tmp, zrtp_cipher_t, &zrtp->cipher_head, comp); in zrtp_comp_done()
1025 ZRTP_COMP_INIT(zrtp_cipher_t, &zrtp->cipher_head, comp); in zrtp_comp_register()
1063 ZRTP_COMP_FIND(&zrtp->cipher_head, id, zrtp_cipher_t, res); in zrtp_comp_find()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/include/
H A Dzrtp_types.h364 mlist_t cipher_head; /** Head of ciphers list */ member