Home
last modified time | relevance | path

Searched refs:srtp_aes_icm_128 (Results 1 – 7 of 7) sorted by relevance

/external/libsrtp2/crypto/test/
Dcipher_driver.c119 extern srtp_cipher_type_t srtp_aes_icm_128;
184 &srtp_aes_icm_128, SRTP_AES_ICM_128_KEY_LEN_WSALT, num_cipher); in main()
209 cipher_driver_self_test(&srtp_aes_icm_128); in main()
235 status = srtp_cipher_type_alloc(&srtp_aes_icm_128, &c, in main()
Dstat_driver.c72 extern srtp_cipher_type_t srtp_aes_icm_128; in main()
115 err_check(srtp_cipher_type_alloc(&srtp_aes_icm_128, &c, in main()
/external/libsrtp2/crypto/include/
Dcipher_types.h48 extern const srtp_cipher_type_t srtp_aes_icm_128;
/external/libsrtp2/crypto/cipher/
Daes_icm_ossl.c155 (*c)->type = &srtp_aes_icm_128; in srtp_aes_icm_openssl_alloc()
493 const srtp_cipher_type_t srtp_aes_icm_128 = { variable
Daes_icm_nss.c157 (*c)->type = &srtp_aes_icm_128; in srtp_aes_icm_nss_alloc()
514 const srtp_cipher_type_t srtp_aes_icm_128 = { variable
Daes_icm.c138 (*c)->type = &srtp_aes_icm_128; in srtp_aes_icm_alloc()
504 const srtp_cipher_type_t srtp_aes_icm_128 = { variable
/external/libsrtp2/crypto/kernel/
Dcrypto_kernel.c119 status = srtp_crypto_kernel_load_cipher_type(&srtp_aes_icm_128, in srtp_crypto_kernel_init()