Home
last modified time | relevance | path

Searched refs:cipher_encrypt_func_t (Results 1 – 4 of 4) sorted by relevance

/external/srtp/crypto/include/
Dcipher.h102 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/
Dnull_cipher.c144 (cipher_encrypt_func_t) null_cipher_encrypt,
Daes_cbc.c435 (cipher_encrypt_func_t) aes_cbc_nist_encrypt,
Daes_icm.c505 (cipher_encrypt_func_t) aes_icm_encrypt,