Home
last modified time | relevance | path

Searched refs:zrtp_status_algo_fail (Results 1 – 5 of 5) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/include/
H A Dzrtp_error.h80 zrtp_status_algo_fail = 6, /** General Crypto Algorithm failure */ enumerator
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp_crypto_pk.c205 s = (0 == bnCmp(&alice_k, &bob_k)) ? zrtp_status_ok : zrtp_status_algo_fail; in zrtp_dh_self_test()
H A Dzrtp_crypto_ecdh.c478 s = (0 == bnCmp(&alice_k, &bob_k)) ? zrtp_status_ok : zrtp_status_algo_fail; in zrtp_ecdh_selftest()
H A Dzrtp_pbx.c639 return zrtp_status_algo_fail; in zrtp_resolve_mitm_call()
H A Dzrtp.c450 s = zrtp_status_algo_fail; in zrtp_stream_attach()