Searched refs:zrtp_status_algo_fail (Results 1 – 5 of 5) sorted by relevance
80 zrtp_status_algo_fail = 6, /** General Crypto Algorithm failure */ enumerator
205 s = (0 == bnCmp(&alice_k, &bob_k)) ? zrtp_status_ok : zrtp_status_algo_fail; in zrtp_dh_self_test()
478 s = (0 == bnCmp(&alice_k, &bob_k)) ? zrtp_status_ok : zrtp_status_algo_fail; in zrtp_ecdh_selftest()
639 return zrtp_status_algo_fail; in zrtp_resolve_mitm_call()
450 s = zrtp_status_algo_fail; in zrtp_stream_attach()