Searched refs:srtp_crypto_free (Results 1 – 17 of 17) sorted by relevance
135 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()
107 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()
141 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()
121 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()
123 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()
91 srtp_crypto_free(c); in srtp_null_cipher_dealloc()
646 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()
464 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()
107 srtp_crypto_free(*a); in srtp_hmac_alloc()142 srtp_crypto_free(a); in srtp_hmac_dealloc()
95 srtp_crypto_free(a); in srtp_null_auth_dealloc()
109 srtp_crypto_free(a); in srtp_hmac_dealloc()
70 void srtp_crypto_free(void *ptr);
90 void srtp_crypto_free(void *ptr) in srtp_crypto_free() function
247 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()
353 srtp_crypto_free(v->word); in bitvector_dealloc()
247 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()
49 PR #365 - Replace calls to free() with srtp_crypto_free()