Home
last modified time | relevance | path

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

/external/libsrtp2/crypto/include/
Dcrypto_types.h64 #define SRTP_AES_ICM_128 1 macro
/external/libsrtp2/crypto/cipher/
Daes_icm_ossl.c154 (*c)->algorithm = SRTP_AES_ICM_128; in srtp_aes_icm_openssl_alloc()
504 SRTP_AES_ICM_128 /* */
Daes_icm_nss.c156 (*c)->algorithm = SRTP_AES_ICM_128; in srtp_aes_icm_nss_alloc()
525 SRTP_AES_ICM_128 /* */
Daes_icm.c137 (*c)->algorithm = SRTP_AES_ICM_128; in srtp_aes_icm_alloc()
515 SRTP_AES_ICM_128 /* */
/external/libsrtp2/srtp/
Dsrtp.c405 enc_xtn_hdr_cipher_type = SRTP_AES_ICM_128; in srtp_stream_alloc()
692 cipher_id = SRTP_AES_ICM_128; in srtp_kdf_init()
759 case SRTP_AES_ICM_128: in base_key_length()
2243 if (session_keys->rtp_cipher->type->id == SRTP_AES_ICM_128 || in srtp_protect_mki()
2498 if (session_keys->rtp_cipher->type->id == SRTP_AES_ICM_128 || in srtp_unprotect_mki()
3167 p->cipher_type = SRTP_AES_ICM_128; in srtp_crypto_policy_set_rtp_default()
3178 p->cipher_type = SRTP_AES_ICM_128; in srtp_crypto_policy_set_rtcp_default()
3195 p->cipher_type = SRTP_AES_ICM_128; in srtp_crypto_policy_set_aes_cm_128_hmac_sha1_32()
3212 p->cipher_type = SRTP_AES_ICM_128; in srtp_crypto_policy_set_aes_cm_128_null_auth()
4007 if (session_keys->rtcp_cipher->type->id == SRTP_AES_ICM_128 || in srtp_protect_rtcp_mki()
[all …]
/external/libsrtp2/test/
Dsrtp_driver.c3424 SRTP_AES_ICM_128, /* cipher type */
3433 SRTP_AES_ICM_128, /* cipher type */
3454 SRTP_AES_ICM_128, /* cipher type */
3462 SRTP_AES_ICM_128, /* cipher type */
3812 SRTP_AES_ICM_128, /* cipher type */
3821 SRTP_AES_ICM_128, /* cipher type */
/external/libsrtp2/crypto/kernel/
Dcrypto_kernel.c120 SRTP_AES_ICM_128); in srtp_crypto_kernel_init()