Home
last modified time | relevance | path

Searched refs:srtp_aes_icm_192 (Results 1 – 5 of 5) sorted by relevance

/external/libsrtp2/crypto/include/
Dcipher_types.h51 extern const srtp_cipher_type_t srtp_aes_icm_192;
/external/libsrtp2/crypto/test/
Dcipher_driver.c122 extern srtp_cipher_type_t srtp_aes_icm_192;
193 &srtp_aes_icm_192, SRTP_AES_ICM_192_KEY_LEN_WSALT, num_cipher); in main()
212 cipher_driver_self_test(&srtp_aes_icm_192); in main()
/external/libsrtp2/crypto/cipher/
Daes_icm_ossl.c160 (*c)->type = &srtp_aes_icm_192; in srtp_aes_icm_openssl_alloc()
511 const srtp_cipher_type_t srtp_aes_icm_192 = { variable
Daes_icm_nss.c162 (*c)->type = &srtp_aes_icm_192; in srtp_aes_icm_nss_alloc()
532 const srtp_cipher_type_t srtp_aes_icm_192 = { variable
/external/libsrtp2/crypto/kernel/
Dcrypto_kernel.c134 status = srtp_crypto_kernel_load_cipher_type(&srtp_aes_icm_192, in srtp_crypto_kernel_init()