Home
last modified time | relevance | path

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

/external/srtp/crypto/include/
Dcrypto_types.h105 #define AES_128_ICM 1 macro
128 #define STRONGHOLD_CIPHER AES_128_ICM
/external/srtp/test/
Dsrtp_driver.c1328 AES_128_ICM, /* cipher type */
1336 AES_128_ICM, /* cipher type */
1353 AES_128_ICM, /* cipher type */
1361 AES_128_ICM, /* cipher type */
1378 AES_128_ICM, /* cipher type */
1386 AES_128_ICM, /* cipher type */
1403 AES_128_ICM, /* cipher type */
1411 AES_128_ICM, /* cipher type */
1546 AES_128_ICM, /* cipher type */
1554 AES_128_ICM, /* cipher type */
/external/srtp/srtp/
Dsrtp.c1365 p->cipher_type = AES_128_ICM; in crypto_policy_set_rtp_default()
1377 p->cipher_type = AES_128_ICM; in crypto_policy_set_rtcp_default()
1395 p->cipher_type = AES_128_ICM; in crypto_policy_set_aes_cm_128_hmac_sha1_32()
1414 p->cipher_type = AES_128_ICM; in crypto_policy_set_aes_cm_128_null_auth()
/external/srtp/crypto/kernel/
Dcrypto_kernel.c154 status = crypto_kernel_load_cipher_type(&aes_icm, AES_128_ICM); in crypto_kernel_init()