HomeSort by relevance Sort by last modified time
    Searched defs:HMAC_SHA1 (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/crypto/
symmetric_key.h 32 HMAC_SHA1,
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
crypto_types.h 200 * HMAC_SHA1 implements the Hash-based MAC using the NIST Secure
203 #define HMAC_SHA1 3
211 #define STRONGHOLD_AUTH HMAC_SHA1
  /external/oauth/core/src/main/java/net/oauth/signature/
HMAC_SHA1.java 34 class HMAC_SHA1 extends OAuthSignatureMethod {
  /external/srtp/crypto/include/
crypto_types.h 186 * HMAC_SHA1 implements the Hash-based MAC using the NIST Secure
189 #define HMAC_SHA1 3
197 #define STRONGHOLD_AUTH HMAC_SHA1
  /external/chromium_org/third_party/tlslite/tlslite/utils/
cryptomath.py 80 def HMAC_SHA1(k, b):
  /external/oauth/core/src/main/java/net/oauth/
OAuth.java 53 public static final String HMAC_SHA1 = "HMAC-SHA1";
  /external/smack/src/org/xbill/DNS/
TSIG.java 32 public static final Name HMAC_SHA1 = Name.fromConstantString(HMAC_SHA1_STR);
66 } else if (alg.equals(HMAC_SHA1)) {
148 this.alg = HMAC_SHA1;

Completed in 773 milliseconds