Searched refs:HMAC_SHA1 (Results 1 – 8 of 8) sorted by relevance
/external/srtp/crypto/include/ |
D | crypto_types.h | 189 #define HMAC_SHA1 3 macro 197 #define STRONGHOLD_AUTH HMAC_SHA1
|
/external/srtp/test/ |
D | srtp_driver.c | 1330 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/ |
D | OAuthSignatureMethod.java | 251 registerMethodClass("HMAC-SHA1", HMAC_SHA1.class); 254 registerMethodClass("HMAC-SHA1" + _ACCESSOR, HMAC_SHA1.class);
|
D | HMAC_SHA1.java | 34 class HMAC_SHA1 extends OAuthSignatureMethod { class
|
/external/srtp/srtp/ |
D | srtp.c | 1367 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/ |
D | OAuth.java | 53 public static final String HMAC_SHA1 = "HMAC-SHA1"; field in OAuth
|
D | OAuthMessage.java | 267 signatureMethod = OAuth.HMAC_SHA1; in addRequiredParameters()
|
/external/srtp/crypto/kernel/ |
D | crypto_kernel.c | 165 status = crypto_kernel_load_auth_type(&hmac, HMAC_SHA1); in crypto_kernel_init()
|