Home
last modified time | relevance | path

Searched refs:sas_schemes (Results 1 – 4 of 4) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp.c254 while (profile->sas_schemes[i]) { in zrtp_session_init()
255 ZRTP_LOGC(3, ("%.4s ", zrtp_comp_id2type(ZRTP_CC_SAS, profile->sas_schemes[i++]))); in zrtp_session_init()
564 while (session->profile.sas_schemes[i]) { in zrtp_stream_attach()
566 zrtp_comp_id2type(ZRTP_CC_SAS, session->profile.sas_schemes[i++]), in zrtp_stream_attach()
798 profile->sas_schemes[0] = ZRTP_SAS_BASE256; in zrtp_profile_defaults()
799 profile->sas_schemes[1] = ZRTP_SAS_BASE32; in zrtp_profile_defaults()
869 while (profile->sas_schemes[i]) { in zrtp_profile_check()
870 if (!zrtp_comp_find(ZRTP_CC_SAS, profile->sas_schemes[i++], zrtp)) { in zrtp_profile_check()
935 prof_elem = (uint8_t*)profile->sas_schemes; in zrtp_profile_find()
H A Dzrtp_utils_proto.c250 prof_elem = (uint8_t*)profile->sas_schemes; in _zrtp_choose_best_comp()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/include/
H A Dzrtp_types.h165 uint8_t sas_schemes[ZRTP_MAX_COMP_COUNT+1]; member
/dports/net/opal/opal-3.10.10/src/rtp/
H A Dzrtpudp.cxx339 profile->sas_schemes[i] = sas[i];