Searched refs:SRTP_HMAC_SHA1 (Results 1 – 6 of 6) sorted by relevance
/external/libsrtp2/crypto/include/ |
D | crypto_types.h | 114 #define SRTP_HMAC_SHA1 3 macro
|
/external/libsrtp2/test/ |
D | srtp_driver.c | 3426 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/ |
D | hmac.c | 282 SRTP_HMAC_SHA1 /* */
|
D | hmac_ossl.c | 272 SRTP_HMAC_SHA1 /* */
|
/external/libsrtp2/srtp/ |
D | srtp.c | 3170 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/ |
D | crypto_kernel.c | 160 status = srtp_crypto_kernel_load_auth_type(&srtp_hmac, SRTP_HMAC_SHA1); in srtp_crypto_kernel_init()
|