Home
last modified time | relevance | path

Searched refs:srtp_err_status_init_fail (Results 1 – 7 of 7) sorted by relevance

/external/libsrtp2/crypto/cipher/
Daes_gcm_ossl.c197 return (srtp_err_status_init_fail); in srtp_aes_gcm_openssl_context_init()
224 return (srtp_err_status_init_fail); in srtp_aes_gcm_openssl_set_iv()
229 return (srtp_err_status_init_fail); in srtp_aes_gcm_openssl_set_iv()
/external/libsrtp2/test/
Drdbx_driver.c272 return srtp_err_status_init_fail; in test_replay_dbx()
300 return srtp_err_status_init_fail; in test_replay_dbx()
Dreplay_driver.c150 return srtp_err_status_init_fail; in test_rdb_db()
/external/libsrtp2/crypto/kernel/
Derr.c65 return srtp_err_status_init_fail; in srtp_err_reporting_init()
Dcrypto_kernel.c458 return srtp_err_status_init_fail; in srtp_crypto_kernel_alloc_cipher()
498 return srtp_err_status_init_fail; in srtp_crypto_kernel_alloc_auth()
/external/libsrtp2/srtp/
Dsrtp.c501 return srtp_err_status_init_fail; in srtp_stream_clone()
899 return srtp_err_status_init_fail; in srtp_stream_init_keys()
946 return srtp_err_status_init_fail; in srtp_stream_init_keys()
955 return srtp_err_status_init_fail; in srtp_stream_init_keys()
973 return srtp_err_status_init_fail; in srtp_stream_init_keys()
989 return srtp_err_status_init_fail; in srtp_stream_init_keys()
1048 return srtp_err_status_init_fail; in srtp_stream_init_keys()
1063 return srtp_err_status_init_fail; in srtp_stream_init_keys()
1085 return srtp_err_status_init_fail; in srtp_stream_init_keys()
1100 return srtp_err_status_init_fail; in srtp_stream_init_keys()
[all …]
/external/libsrtp2/include/
Dsrtp.h170 srtp_err_status_init_fail = 5, /**< couldn't initialize */ enumerator