OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cipher_dealloc_func_t
(Results
1 - 4
of
4
) sorted by null
/external/srtp/crypto/include/
cipher.h
91
/* 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;
/external/srtp/crypto/cipher/
null_cipher.c
142
(
cipher_dealloc_func_t
) null_cipher_dealloc,
aes_cbc.c
433
(
cipher_dealloc_func_t
) aes_cbc_dealloc,
aes_icm.c
503
(
cipher_dealloc_func_t
) aes_icm_dealloc,
Completed in 2707 milliseconds