Searched refs:AES_128_ICM (Results 1 – 4 of 4) sorted by relevance
/external/srtp/crypto/include/ |
D | crypto_types.h | 105 #define AES_128_ICM 1 macro 128 #define STRONGHOLD_CIPHER AES_128_ICM
|
/external/srtp/test/ |
D | srtp_driver.c | 1328 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/ |
D | srtp.c | 1365 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/ |
D | crypto_kernel.c | 154 status = crypto_kernel_load_cipher_type(&aes_icm, AES_128_ICM); in crypto_kernel_init()
|