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

  /external/chromium_org/remoting/protocol/
authentication_method.h 33 HMAC_SHA256,
  /hardware/intel/img/psb_headers/DRM/cc54/inc/
wv_mod_oem_crypto.h 25 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 278 milliseconds