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

  /external/libchrome/crypto/
symmetric_key.h 35 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/oauth/core/src/main/java/net/oauth/
OAuth.java 53 public static final String HMAC_SHA1 = "HMAC-SHA1";

Completed in 229 milliseconds