Searched defs:cipher_dealloc_func_t (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dcipher.h93 /* a cipher_dealloc_func_t de-allocates a cipher_t */
95 typedef err_status_t (*cipher_dealloc_func_t)(cipher_pointer_t cp); typedef
142 cipher_dealloc_func_t dealloc;
/external/srtp/crypto/include/
H A Dcipher.h91 /* a cipher_dealloc_func_t de-allocates a cipher_t */
93 typedef err_status_t (*cipher_dealloc_func_t)(cipher_pointer_t cp); typedef
141 cipher_dealloc_func_t dealloc;

Completed in 93 milliseconds