Searched defs:HMAC_SHA1 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/crypto/
H A Dsymmetric_key.h32 HMAC_SHA1, enumerator in enum:crypto::SymmetricKey::Algorithm
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dcrypto_types.h200 * HMAC_SHA1 implements the Hash-based MAC using the NIST Secure
203 #define HMAC_SHA1 3 macro
211 #define STRONGHOLD_AUTH HMAC_SHA1
/external/oauth/core/src/main/java/net/oauth/signature/
H A DHMAC_SHA1.java34 class HMAC_SHA1 extends OAuthSignatureMethod { class in inherits:OAuthSignatureMethod
/external/srtp/crypto/include/
H A Dcrypto_types.h186 * HMAC_SHA1 implements the Hash-based MAC using the NIST Secure
189 #define HMAC_SHA1 3 macro
197 #define STRONGHOLD_AUTH HMAC_SHA1
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Dcryptomath.py80 def HMAC_SHA1(k, b): function
/external/oauth/core/src/main/java/net/oauth/
H A DOAuth.java53 public static final String HMAC_SHA1 = "HMAC-SHA1"; field in class:OAuth
/external/smack/src/org/xbill/DNS/
H A DTSIG.java32 public static final Name HMAC_SHA1 = Name.fromConstantString(HMAC_SHA1_STR); field in class:TSIG
66 } else if (alg.equals(HMAC_SHA1)) {
148 this.alg = HMAC_SHA1;

Completed in 1213 milliseconds