OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cipher_decrypt_func_t
(Results
1 - 4
of
4
) sorted by null
/external/srtp/crypto/cipher/
null_cipher.c
145
(
cipher_decrypt_func_t
) null_cipher_encrypt,
aes_cbc.c
436
(
cipher_decrypt_func_t
) aes_cbc_nist_decrypt,
aes_icm.c
506
(
cipher_decrypt_func_t
) aes_icm_encrypt,
/external/srtp/crypto/include/
cipher.h
105
/* a
cipher_decrypt_func_t
decrypts data in-place */
107
typedef err_status_t (*
cipher_decrypt_func_t
)
typedef
Completed in 99 milliseconds