Home
last modified time | relevance | path

Searched refs:zrtp_status_cipher_fail (Results 1 – 3 of 3) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp_srtp_builtin.c1019 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()
H A Dzrtp_crypto_aes.c112 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()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/include/
H A Dzrtp_error.h79 zrtp_status_cipher_fail = 5, /** Cipher failure on RTP encrypt/decrypt */ enumerator