Home
last modified time | relevance | path

Searched refs:HMAC_SHA1 (Results 1 – 8 of 8) sorted by relevance

/external/srtp/crypto/include/
Dcrypto_types.h189 #define HMAC_SHA1 3 macro
197 #define STRONGHOLD_AUTH HMAC_SHA1
/external/srtp/test/
Dsrtp_driver.c1330 HMAC_SHA1, /* authentication func type */
1338 HMAC_SHA1, /* authentication func type */
1430 HMAC_SHA1, /* authentication func type */
1438 HMAC_SHA1, /* authentication func type */
1494 HMAC_SHA1, /* authentication func type */
1502 HMAC_SHA1, /* authentication func type */
1548 HMAC_SHA1, /* authentication func type */
1556 HMAC_SHA1, /* authentication func type */
/external/oauth/core/src/main/java/net/oauth/signature/
DOAuthSignatureMethod.java251 registerMethodClass("HMAC-SHA1", HMAC_SHA1.class);
254 registerMethodClass("HMAC-SHA1" + _ACCESSOR, HMAC_SHA1.class);
DHMAC_SHA1.java34 class HMAC_SHA1 extends OAuthSignatureMethod { class
/external/srtp/srtp/
Dsrtp.c1367 p->auth_type = HMAC_SHA1; in crypto_policy_set_rtp_default()
1379 p->auth_type = HMAC_SHA1; in crypto_policy_set_rtcp_default()
1397 p->auth_type = HMAC_SHA1; in crypto_policy_set_aes_cm_128_hmac_sha1_32()
1433 p->auth_type = HMAC_SHA1; in crypto_policy_set_null_cipher_hmac_sha1_80()
/external/oauth/core/src/main/java/net/oauth/
DOAuth.java53 public static final String HMAC_SHA1 = "HMAC-SHA1"; field in OAuth
DOAuthMessage.java267 signatureMethod = OAuth.HMAC_SHA1; in addRequiredParameters()
/external/srtp/crypto/kernel/
Dcrypto_kernel.c165 status = crypto_kernel_load_auth_type(&hmac, HMAC_SHA1); in crypto_kernel_init()