OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cipher_encrypt_func_t
(Results
1 - 4
of
4
) sorted by null
/external/srtp/crypto/include/
cipher.h
100
/* a
cipher_encrypt_func_t
encrypts data in-place */
102
typedef err_status_t (*
cipher_encrypt_func_t
)
typedef
143
cipher_encrypt_func_t
encrypt;
144
cipher_encrypt_func_t
decrypt;
/external/srtp/crypto/cipher/
null_cipher.c
144
(
cipher_encrypt_func_t
) null_cipher_encrypt,
aes_cbc.c
435
(
cipher_encrypt_func_t
) aes_cbc_nist_encrypt,
aes_icm.c
505
(
cipher_encrypt_func_t
) aes_icm_encrypt,
Completed in 161 milliseconds