OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cipher_alloc_func_t
(Results
1 - 4
of
4
) sorted by null
/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/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 690 milliseconds