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

  /external/chromium_org/remoting/protocol/
authentication_method.h 33 HMAC_SHA256,
  /external/smack/src/org/xbill/DNS/
TSIG.java 42 public static final Name HMAC_SHA256 = Name.fromConstantString(HMAC_SHA256_STR);
72 } else if (alg.equals(HMAC_SHA256)) {
152 this.alg = HMAC_SHA256;

Completed in 366 milliseconds