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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
cipher.h 79 * a cipher_alloc_func_t allocates (but does not initialize) a cipher_t
82 typedef err_status_t (*cipher_alloc_func_t) typedef
141 cipher_alloc_func_t alloc;
  /external/srtp/crypto/include/
cipher.h 77 * a cipher_alloc_func_t allocates (but does not initialize) a cipher_t
80 typedef err_status_t (*cipher_alloc_func_t) typedef
140 cipher_alloc_func_t alloc;
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
null_cipher.c 141 (cipher_alloc_func_t) null_cipher_alloc,
aes_icm.c 554 (cipher_alloc_func_t) aes_icm_alloc,
aes_cbc.c 527 (cipher_alloc_func_t) aes_cbc_alloc,
  /external/srtp/crypto/cipher/
null_cipher.c 141 (cipher_alloc_func_t) null_cipher_alloc,
aes_cbc.c 432 (cipher_alloc_func_t) aes_cbc_alloc,
aes_icm.c 502 (cipher_alloc_func_t) aes_icm_alloc,

Completed in 160 milliseconds