Searched refs:zrtp_status_cipher_fail (Results 1 – 3 of 3) sorted by relevance
1019 return zrtp_status_cipher_fail; in zrtp_srtp_protect()1024 return zrtp_status_cipher_fail; in zrtp_srtp_protect()1141 return zrtp_status_cipher_fail; in zrtp_srtp_unprotect()1231 return zrtp_status_cipher_fail; in zrtp_srtp_unprotect()1314 return zrtp_status_cipher_fail; in zrtp_srtp_protect_rtcp()1319 return zrtp_status_cipher_fail; in zrtp_srtp_protect_rtcp()1432 return zrtp_status_cipher_fail; in zrtp_srtp_unprotect_rtcp()1459 return zrtp_status_cipher_fail; in zrtp_srtp_unprotect_rtcp()
112 return (EXIT_SUCCESS == res) ? zrtp_status_ok : zrtp_status_cipher_fail; in zrtp_aes_cfb_encrypt()128 return (EXIT_SUCCESS == res) ? zrtp_status_ok : zrtp_status_cipher_fail; in zrtp_aes_ctr_encrypt()160 return (EXIT_SUCCESS == res) ? zrtp_status_ok : zrtp_status_cipher_fail; in zrtp_aes_cfb_decrypt()170 return (EXIT_SUCCESS == res) ? zrtp_status_ok : zrtp_status_cipher_fail; in zrtp_aes_ctr_decrypt()
79 zrtp_status_cipher_fail = 5, /** Cipher failure on RTP encrypt/decrypt */ enumerator