Home
last modified time | relevance | path

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

/external/libsrtp2/crypto/include/
Dcrypto_types.h114 #define SRTP_HMAC_SHA1 3 macro
/external/webrtc/pc/
Dexternal_hmac.h37 #define EXTERNAL_HMAC_SHA1 SRTP_HMAC_SHA1 + 1
/external/libsrtp2/test/
Dsrtp_driver.c3426 SRTP_HMAC_SHA1, /* authentication func type */
3435 SRTP_HMAC_SHA1, /* authentication func type */
3485 SRTP_HMAC_SHA1, /* authentication func type */
3493 SRTP_HMAC_SHA1, /* authentication func type */
3708 SRTP_HMAC_SHA1, /* authentication func type */
3717 SRTP_HMAC_SHA1, /* authentication func type */
3756 SRTP_HMAC_SHA1, /* authentication func type */
3764 SRTP_HMAC_SHA1, /* authentication func type */
3814 SRTP_HMAC_SHA1, /* authentication func type */
3823 SRTP_HMAC_SHA1, /* authentication func type */
/external/libsrtp2/crypto/hash/
Dhmac.c282 SRTP_HMAC_SHA1 /* */
Dhmac_ossl.c272 SRTP_HMAC_SHA1 /* */
/external/libsrtp2/srtp/
Dsrtp.c3170 p->auth_type = SRTP_HMAC_SHA1; in srtp_crypto_policy_set_rtp_default()
3181 p->auth_type = SRTP_HMAC_SHA1; in srtp_crypto_policy_set_rtcp_default()
3198 p->auth_type = SRTP_HMAC_SHA1; in srtp_crypto_policy_set_aes_cm_128_hmac_sha1_32()
3229 p->auth_type = SRTP_HMAC_SHA1; in srtp_crypto_policy_set_null_cipher_hmac_sha1_80()
3257 p->auth_type = SRTP_HMAC_SHA1; in srtp_crypto_policy_set_aes_cm_256_hmac_sha1_80()
3273 p->auth_type = SRTP_HMAC_SHA1; in srtp_crypto_policy_set_aes_cm_256_hmac_sha1_32()
3300 p->auth_type = SRTP_HMAC_SHA1; in srtp_crypto_policy_set_aes_cm_192_hmac_sha1_80()
3316 p->auth_type = SRTP_HMAC_SHA1; in srtp_crypto_policy_set_aes_cm_192_hmac_sha1_32()
/external/libsrtp2/crypto/kernel/
Dcrypto_kernel.c160 status = srtp_crypto_kernel_load_auth_type(&srtp_hmac, SRTP_HMAC_SHA1); in srtp_crypto_kernel_init()