Home
last modified time | relevance | path

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

/external/libsrtp2/crypto/test/
Dcipher_driver.c120 extern srtp_cipher_type_t srtp_aes_icm_256;
188 &srtp_aes_icm_256, SRTP_AES_ICM_256_KEY_LEN_WSALT, num_cipher); in main()
210 cipher_driver_self_test(&srtp_aes_icm_256); in main()
257 status = srtp_cipher_type_alloc(&srtp_aes_icm_256, &c, in main()
Dstat_driver.c73 extern srtp_cipher_type_t srtp_aes_icm_256; in main()
151 err_check(srtp_cipher_type_alloc(&srtp_aes_icm_256, &c, in main()
/external/libsrtp2/crypto/include/
Dcipher_types.h49 extern const srtp_cipher_type_t srtp_aes_icm_256;
/external/libsrtp2/crypto/cipher/
Daes_icm_ossl.c165 (*c)->type = &srtp_aes_icm_256; in srtp_aes_icm_openssl_alloc()
529 const srtp_cipher_type_t srtp_aes_icm_256 = { variable
Daes_icm_nss.c167 (*c)->type = &srtp_aes_icm_256; in srtp_aes_icm_nss_alloc()
550 const srtp_cipher_type_t srtp_aes_icm_256 = { variable
Daes_icm.c134 (*c)->type = &srtp_aes_icm_256; in srtp_aes_icm_alloc()
518 const srtp_cipher_type_t srtp_aes_icm_256 = { variable
/external/libsrtp2/crypto/kernel/
Dcrypto_kernel.c124 status = srtp_crypto_kernel_load_cipher_type(&srtp_aes_icm_256, in srtp_crypto_kernel_init()