HomeSort by relevance Sort by last modified time
    Searched refs:crypto_free (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
alloc.h 55 crypto_free(void *ptr);
  /external/srtp/crypto/include/
alloc.h 55 crypto_free(void *ptr);
  /external/chromium_org/third_party/libsrtp/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/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/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
null_cipher.c 92 crypto_free(c);
cipher.c 49 #include "alloc.h" /* for crypto_alloc(), crypto_free() */
413 crypto_free(enc_buf);
aes_icm.c 146 crypto_free(c);
aes_cbc.c 98 crypto_free(c);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
null_auth.c 91 crypto_free(a);
hmac.c 103 crypto_free(a);
  /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/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 123 crypto_free(str);
134 crypto_free(str);
143 crypto_free(str);
157 crypto_free(str->limit);
158 crypto_free(str);
171 crypto_free(str->limit);
172 crypto_free(str);
183 crypto_free(str->limit);
184 crypto_free(str);
226 crypto_free(stream->limit)
    [all...]
  /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/chromium_org/third_party/libsrtp/srtp/crypto/test/
cipher_driver.c 424 crypto_free(key);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/math/
datatypes.c 447 crypto_free(v->word);
  /external/srtp/crypto/math/
datatypes.c 447 crypto_free(v->word);

Completed in 1325 milliseconds