Home
last modified time | relevance | path

Searched refs:srtp_aes_gcm_256 (Results 1 – 6 of 6) sorted by relevance

/external/libsrtp2/crypto/test/
Dcipher_driver.c124 extern srtp_cipher_type_t srtp_aes_gcm_256;
202 &srtp_aes_gcm_256, SRTP_AES_GCM_256_KEY_LEN_WSALT, num_cipher); in main()
214 cipher_driver_self_test(&srtp_aes_gcm_256); in main()
298 status = srtp_cipher_type_alloc(&srtp_aes_gcm_256, &c, in main()
Dstat_driver.c76 extern srtp_cipher_type_t srtp_aes_gcm_256; in main()
216 err_check(srtp_cipher_type_alloc(&srtp_aes_gcm_256, &c, in main()
/external/libsrtp2/crypto/include/
Dcipher_types.h53 extern const srtp_cipher_type_t srtp_aes_gcm_256;
/external/libsrtp2/crypto/cipher/
Daes_gcm_ossl.c132 (*c)->type = &srtp_aes_gcm_256; in srtp_aes_gcm_openssl_alloc()
571 const srtp_cipher_type_t srtp_aes_gcm_256 = { variable
Daes_gcm_nss.c141 (*c)->type = &srtp_aes_gcm_256; in srtp_aes_gcm_nss_alloc()
596 const srtp_cipher_type_t srtp_aes_gcm_256 = { variable
/external/libsrtp2/crypto/kernel/
Dcrypto_kernel.c144 status = srtp_crypto_kernel_load_cipher_type(&srtp_aes_gcm_256, in srtp_crypto_kernel_init()