Home
last modified time | relevance | path

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

/external/libsrtp2/crypto/cipher/
Dcipher.c73 srtp_err_status_t srtp_cipher_dealloc(srtp_cipher_t *c) in srtp_cipher_dealloc() function
251 srtp_cipher_dealloc(c); in srtp_cipher_type_test()
257 srtp_cipher_dealloc(c); in srtp_cipher_type_test()
272 srtp_cipher_dealloc(c); in srtp_cipher_type_test()
287 srtp_cipher_dealloc(c); in srtp_cipher_type_test()
299 srtp_cipher_dealloc(c); in srtp_cipher_type_test()
310 srtp_cipher_dealloc(c); in srtp_cipher_type_test()
322 srtp_cipher_dealloc(c); in srtp_cipher_type_test()
343 srtp_cipher_dealloc(c); in srtp_cipher_type_test()
355 srtp_cipher_dealloc(c); in srtp_cipher_type_test()
[all …]
/external/libsrtp2/crypto/test/
Dcipher_driver.c231 status = srtp_cipher_dealloc(c); in main()
253 status = srtp_cipher_dealloc(c); in main()
275 status = srtp_cipher_dealloc(c); in main()
294 status = srtp_cipher_dealloc(c); in main()
312 status = srtp_cipher_dealloc(c); in main()
502 srtp_cipher_dealloc(cipher_array[i]); in cipher_array_delete()
Dstat_driver.c145 err_check(srtp_cipher_dealloc(c)); in main()
249 err_check(srtp_cipher_dealloc(c)); in main()
/external/libsrtp2/
Dsrtp.def58 srtp_cipher_dealloc
DCHANGES180 PR #245 - Add missing srtp_cipher_dealloc calls when test fails
/external/libsrtp2/crypto/include/
Dcipher.h213 srtp_err_status_t srtp_cipher_dealloc(srtp_cipher_t *c);
/external/libsrtp2/srtp/
Dsrtp.c183 status = srtp_cipher_dealloc(session_keys->rtp_cipher); in srtp_stream_dealloc()
206 status = srtp_cipher_dealloc(session_keys->rtp_xtn_hdr_cipher); in srtp_stream_dealloc()
220 status = srtp_cipher_dealloc(session_keys->rtcp_cipher); in srtp_stream_dealloc()
705 srtp_cipher_dealloc(kdf->cipher); in srtp_kdf_init()
740 status = srtp_cipher_dealloc(kdf->cipher); in srtp_kdf_clear()