Home
last modified time | relevance | path

Searched refs:ZRTP_SAS_BASE32 (Results 1 – 6 of 6) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp_crypto_sas.c212 base32->base.id = ZRTP_SAS_BASE32; in zrtp_defaults_sas()
H A Dzrtp.c799 profile->sas_schemes[1] = ZRTP_SAS_BASE32; in zrtp_profile_defaults()
835 if (0 > zrtp_profile_find(profile, ZRTP_CC_SAS, ZRTP_SAS_BASE32)) { in zrtp_profile_check()
1095 case ZRTP_SAS_BASE32: return ZRTP_B32; in zrtp_comp_id2type()
1154 return ZRTP_SAS_BASE32; in zrtp_comp_type2id()
H A Dzrtp_initiator.c211 session->sasscheme = zrtp_comp_find(ZRTP_CC_SAS, ZRTP_SAS_BASE32, session->zrtp); in _zrtp_machine_enter_initiatingsecure()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/include/
H A Dzrtp_crypto.h127 ZRTP_SAS_BASE32 = 1, enumerator
/dports/net/opal/opal-3.10.10/src/rtp/
H A Dzrtpudp.cxx294 ((int[]){ZRTP_SAS_BASE256, ZRTP_SAS_BASE32, 0}),
/dports/net/sems/sems-f89581a/apps/conference/
H A DConference.cpp1002 if (ZRTP_SAS_BASE32 == session->sas_values.rendering) { in onZRTPEvent()