Home
last modified time | relevance | path

Searched refs:srtp_crypto_free (Results 1 – 17 of 17) sorted by relevance

/external/libsrtp2/crypto/cipher/
Daes_icm_ossl.c135 srtp_crypto_free(*c); in srtp_aes_icm_openssl_alloc()
142 srtp_crypto_free(icm); in srtp_aes_icm_openssl_alloc()
143 srtp_crypto_free(*c); in srtp_aes_icm_openssl_alloc()
195 srtp_crypto_free(ctx); in srtp_aes_icm_openssl_dealloc()
199 srtp_crypto_free(c); in srtp_aes_icm_openssl_dealloc()
Daes_gcm_ossl.c107 srtp_crypto_free(*c); in srtp_aes_gcm_openssl_alloc()
114 srtp_crypto_free(gcm); in srtp_aes_gcm_openssl_alloc()
115 srtp_crypto_free(*c); in srtp_aes_gcm_openssl_alloc()
157 srtp_crypto_free(ctx); in srtp_aes_gcm_openssl_dealloc()
161 srtp_crypto_free(c); in srtp_aes_gcm_openssl_dealloc()
Daes_icm_nss.c141 srtp_crypto_free(*c); in srtp_aes_icm_nss_alloc()
205 srtp_crypto_free(ctx); in srtp_aes_icm_nss_dealloc()
209 srtp_crypto_free(c); in srtp_aes_icm_nss_dealloc()
Daes_icm.c123 srtp_crypto_free(*c); in srtp_aes_icm_alloc()
161 srtp_crypto_free(ctx); in srtp_aes_icm_dealloc()
165 srtp_crypto_free(c); in srtp_aes_icm_dealloc()
Daes_gcm_nss.c121 srtp_crypto_free(*c); in srtp_aes_gcm_nss_alloc()
179 srtp_crypto_free(ctx); in srtp_aes_gcm_nss_dealloc()
183 srtp_crypto_free(c); in srtp_aes_gcm_nss_dealloc()
Dnull_cipher.c91 srtp_crypto_free(c); in srtp_null_cipher_dealloc()
Dcipher.c646 srtp_crypto_free(enc_buf); in srtp_cipher_bits_per_second()
650 srtp_crypto_free(enc_buf); in srtp_cipher_bits_per_second()
656 srtp_crypto_free(enc_buf); in srtp_cipher_bits_per_second()
/external/libsrtp2/crypto/test/
Dcipher_driver.c464 srtp_crypto_free(cipher_array); in cipher_array_alloc_init()
491 srtp_crypto_free(key); in cipher_array_alloc_init()
505 srtp_crypto_free(cipher_array); in cipher_array_delete()
558 srtp_crypto_free(enc_buf); in cipher_array_bits_per_second()
/external/libsrtp2/crypto/hash/
Dhmac_ossl.c107 srtp_crypto_free(*a); in srtp_hmac_alloc()
142 srtp_crypto_free(a); in srtp_hmac_dealloc()
Dnull_auth.c95 srtp_crypto_free(a); in srtp_null_auth_dealloc()
Dhmac.c109 srtp_crypto_free(a); in srtp_hmac_dealloc()
/external/libsrtp2/crypto/include/
Dalloc.h70 void srtp_crypto_free(void *ptr);
/external/libsrtp2/crypto/kernel/
Dcrypto_kernel.c247 srtp_crypto_free(ctype); in srtp_crypto_kernel_shutdown()
257 srtp_crypto_free(atype); in srtp_crypto_kernel_shutdown()
266 srtp_crypto_free(kdm); in srtp_crypto_kernel_shutdown()
Dalloc.c90 void srtp_crypto_free(void *ptr) in srtp_crypto_free() function
/external/libsrtp2/srtp/
Dsrtp.c247 srtp_crypto_free(session_keys->mki_id); in srtp_stream_dealloc()
259 srtp_crypto_free(session_keys->limit); in srtp_stream_dealloc()
262 srtp_crypto_free(stream->session_keys); in srtp_stream_dealloc()
275 srtp_crypto_free(stream->enc_xtn_hdr); in srtp_stream_dealloc()
279 srtp_crypto_free(stream); in srtp_stream_dealloc()
2828 srtp_crypto_free(session); in srtp_dealloc()
3008 srtp_crypto_free(new_stream_template); in update_template_streams()
/external/libsrtp2/crypto/math/
Ddatatypes.c353 srtp_crypto_free(v->word); in bitvector_dealloc()
/external/libsrtp2/
DCHANGES49 PR #365 - Replace calls to free() with srtp_crypto_free()