Home
last modified time | relevance | path

Searched refs:srtp_err_status_alloc_fail (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/libsrtp2/crypto/hash/
H A Dhmac_ossl.c90 return srtp_err_status_alloc_fail; in srtp_hmac_alloc()
102 return srtp_err_status_alloc_fail; in srtp_hmac_alloc()
109 return srtp_err_status_alloc_fail; in srtp_hmac_alloc()
H A Dnull_auth.c72 return srtp_err_status_alloc_fail; in srtp_null_auth_alloc()
H A Dhmac.c89 return srtp_err_status_alloc_fail; in srtp_hmac_alloc()
/aosp_15_r20/external/libsrtp2/crypto/cipher/
H A Daes_icm_ossl.c130 return srtp_err_status_alloc_fail; in srtp_aes_icm_openssl_alloc()
137 return srtp_err_status_alloc_fail; in srtp_aes_icm_openssl_alloc()
145 return srtp_err_status_alloc_fail; in srtp_aes_icm_openssl_alloc()
H A Daes_gcm_ossl.c102 return (srtp_err_status_alloc_fail); in srtp_aes_gcm_openssl_alloc()
109 return (srtp_err_status_alloc_fail); in srtp_aes_gcm_openssl_alloc()
117 return srtp_err_status_alloc_fail; in srtp_aes_gcm_openssl_alloc()
H A Daes_icm_nss.c135 return srtp_err_status_alloc_fail; in srtp_aes_icm_nss_alloc()
143 return srtp_err_status_alloc_fail; in srtp_aes_icm_nss_alloc()
H A Daes_icm.c118 return srtp_err_status_alloc_fail; in srtp_aes_icm_alloc()
125 return srtp_err_status_alloc_fail; in srtp_aes_icm_alloc()
H A Daes_gcm_nss.c115 return (srtp_err_status_alloc_fail); in srtp_aes_gcm_nss_alloc()
123 return (srtp_err_status_alloc_fail); in srtp_aes_gcm_nss_alloc()
H A Dnull_cipher.c69 return srtp_err_status_alloc_fail; in srtp_null_cipher_alloc()
/aosp_15_r20/external/libsrtp2/crypto/kernel/
H A Dcrypto_kernel.c324 return srtp_err_status_alloc_fail; in srtp_crypto_kernel_do_load_cipher_type()
400 return srtp_err_status_alloc_fail; in srtp_crypto_kernel_do_load_auth_type()
533 return srtp_err_status_alloc_fail; in srtp_crypto_kernel_load_debug_module()
/aosp_15_r20/external/libsrtp2/test/
H A Dsrtp_driver.c1046 return srtp_err_status_alloc_fail; in srtp_test()
1050 return srtp_err_status_alloc_fail; in srtp_test()
1131 return srtp_err_status_alloc_fail; in srtp_test()
1260 return srtp_err_status_alloc_fail; in srtcp_test()
1265 return srtp_err_status_alloc_fail; in srtcp_test()
1346 return srtp_err_status_alloc_fail; in srtcp_test()
2657 return srtp_err_status_alloc_fail; in srtp_test_update()
2673 return srtp_err_status_alloc_fail; in srtp_test_update()
2696 return srtp_err_status_alloc_fail; in srtp_test_update()
2720 return srtp_err_status_alloc_fail; in srtp_test_update()
H A Ddtls_srtp_driver.c149 return srtp_err_status_alloc_fail; in test_dtls_srtp()
/aosp_15_r20/external/libsrtp2/crypto/test/
H A Dcipher_driver.c456 return srtp_err_status_alloc_fail; in cipher_array_alloc_init()
465 return srtp_err_status_alloc_fail; in cipher_array_alloc_init()
H A Dsha1_driver.c83 return srtp_err_status_alloc_fail; in hash_test_case_add()
/aosp_15_r20/external/webrtc/pc/
H A Dexternal_hmac.cc76 return srtp_err_status_alloc_fail; in external_hmac_alloc()
/aosp_15_r20/external/libsrtp2/srtp/
H A Dsrtp.c303 return srtp_err_status_alloc_fail; in srtp_stream_alloc()
322 return srtp_err_status_alloc_fail; in srtp_stream_alloc()
374 return srtp_err_status_alloc_fail; in srtp_stream_alloc()
393 return srtp_err_status_alloc_fail; in srtp_stream_alloc()
466 return srtp_err_status_alloc_fail; in srtp_stream_clone()
476 return srtp_err_status_alloc_fail; in srtp_stream_clone()
2907 return srtp_err_status_alloc_fail; in srtp_create()
/aosp_15_r20/external/libsrtp2/crypto/replay/
H A Drdbx.c182 return srtp_err_status_alloc_fail; in srtp_rdbx_init()
/aosp_15_r20/external/libsrtp2/include/
H A Dsrtp.h168 srtp_err_status_alloc_fail = 3, /**< couldn't allocate memory */ enumerator