Home
last modified time | relevance | path

Searched refs:cipher_dealloc (Results 1 – 6 of 6) sorted by relevance

/external/srtp/crypto/cipher/
Dcipher.c122 cipher_dealloc(c); in cipher_type_self_test()
128 cipher_dealloc(c); in cipher_type_self_test()
141 cipher_dealloc(c); in cipher_type_self_test()
149 cipher_dealloc(c); in cipher_type_self_test()
177 cipher_dealloc(c); in cipher_type_self_test()
189 cipher_dealloc(c); in cipher_type_self_test()
195 cipher_dealloc(c); in cipher_type_self_test()
208 cipher_dealloc(c); in cipher_type_self_test()
216 cipher_dealloc(c); in cipher_type_self_test()
243 cipher_dealloc(c); in cipher_type_self_test()
[all …]
/external/srtp/googlepatches/
Dgoogle-9-rdbx-leak-plug.patch49 - cipher_dealloc(str->rtp_cipher);
60 - cipher_dealloc(str->rtp_cipher);
76 - cipher_dealloc(str->rtp_cipher);
88 - cipher_dealloc(str->rtcp_cipher);
90 - cipher_dealloc(str->rtp_cipher);
102 - cipher_dealloc(str->rtcp_cipher);
104 - cipher_dealloc(str->rtp_cipher);
116 + cipher_dealloc(str->rtcp_cipher);
122 + cipher_dealloc(str->rtp_cipher);
147 status = cipher_dealloc(stream->rtp_cipher);
[all …]
/external/srtp/crypto/test/
Dcipher_driver.c195 status = cipher_dealloc(c); in main()
217 status = cipher_dealloc(c); in main()
398 cipher_dealloc(cipher_array[i]); in cipher_array_delete()
/external/srtp/crypto/include/
Dcipher.h170 #define cipher_dealloc(c) (((c)->type)->dealloc(c)) macro
/external/srtp/doc/
Dcrypto_kernel.txt68 cipher_dealloc(cipher_t *cipher);
/external/srtp/srtp/
Dsrtp.c153 cipher_dealloc(str->rtcp_cipher); in srtp_stream_alloc()
159 cipher_dealloc(str->rtp_cipher); in srtp_stream_alloc()
178 status = cipher_dealloc(stream->rtp_cipher); in srtp_stream_dealloc()
200 status = cipher_dealloc(stream->rtcp_cipher); in srtp_stream_dealloc()