Home
last modified time | relevance | path

Searched refs:SRTP_AES_ICM_192 (Results 1 – 5 of 5) sorted by relevance

/external/libsrtp2/crypto/include/
Dcrypto_types.h73 #define SRTP_AES_ICM_192 4 macro
/external/libsrtp2/crypto/cipher/
Daes_icm_ossl.c159 (*c)->algorithm = SRTP_AES_ICM_192; in srtp_aes_icm_openssl_alloc()
522 SRTP_AES_ICM_192 /* */
Daes_icm_nss.c161 (*c)->algorithm = SRTP_AES_ICM_192; in srtp_aes_icm_nss_alloc()
543 SRTP_AES_ICM_192 /* */
/external/libsrtp2/srtp/
Dsrtp.c689 cipher_id = SRTP_AES_ICM_192; in srtp_kdf_init()
760 case SRTP_AES_ICM_192: in base_key_length()
2244 session_keys->rtp_cipher->type->id == SRTP_AES_ICM_192 || in srtp_protect_mki()
2499 session_keys->rtp_cipher->type->id == SRTP_AES_ICM_192 || in srtp_unprotect_mki()
3298 p->cipher_type = SRTP_AES_ICM_192; in srtp_crypto_policy_set_aes_cm_192_hmac_sha1_80()
3314 p->cipher_type = SRTP_AES_ICM_192; in srtp_crypto_policy_set_aes_cm_192_hmac_sha1_32()
3327 p->cipher_type = SRTP_AES_ICM_192; in srtp_crypto_policy_set_aes_cm_192_null_auth()
4008 session_keys->rtcp_cipher->type->id == SRTP_AES_ICM_192 || in srtp_protect_rtcp_mki()
4277 session_keys->rtcp_cipher->type->id == SRTP_AES_ICM_192 || in srtp_unprotect_rtcp_mki()
/external/libsrtp2/crypto/kernel/
Dcrypto_kernel.c135 SRTP_AES_ICM_192); in srtp_crypto_kernel_init()