OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_free
(Results
1 - 11
of
11
) sorted by null
/external/srtp/crypto/include/
alloc.h
55
crypto_free
(void *ptr);
/external/srtp/crypto/kernel/
alloc.c
57
*
crypto_free
() have identical prefixes, which include the addresses
83
crypto_free
(void *ptr) {
function
108
crypto_free
(void *ptr) {
function
crypto_kernel.c
267
crypto_free
(ctype);
277
crypto_free
(atype);
287
crypto_free
(kdm);
/external/srtp/crypto/cipher/
null_cipher.c
92
crypto_free
(c);
cipher.c
49
#include "alloc.h" /* for crypto_alloc(),
crypto_free
() */
399
crypto_free
(enc_buf);
aes_cbc.c
98
crypto_free
(c);
aes_icm.c
145
crypto_free
(c);
/external/srtp/crypto/hash/
null_auth.c
91
crypto_free
(a);
hmac.c
103
crypto_free
(a);
/external/srtp/srtp/
srtp.c
155
crypto_free
(str->limit);
161
crypto_free
(str);
192
crypto_free
(stream->limit);
218
crypto_free
(stream);
[
all
...]
/external/srtp/crypto/math/
datatypes.c
447
crypto_free
(v->word);
Completed in 339 milliseconds