OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cipher_set_iv_func_t
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
cipher.h
113
* a
cipher_set_iv_func_t
function sets the current initialization vector
116
typedef err_status_t (*
cipher_set_iv_func_t
)
typedef
146
cipher_set_iv_func_t
set_iv;
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
null_cipher.c
146
(
cipher_set_iv_func_t
) null_cipher_set_iv,
aes_icm.c
559
(
cipher_set_iv_func_t
) aes_icm_set_iv,
aes_cbc.c
532
(
cipher_set_iv_func_t
) aes_cbc_set_iv,
Completed in 52 milliseconds