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

  /external/chromium_org/remoting/protocol/
negotiating_authenticator_unittest.cc 69 AuthenticationMethod::HMAC_SHA256));
153 AuthenticationMethod::HMAC_SHA256, false));
155 AuthenticationMethod::Spake2(AuthenticationMethod::HMAC_SHA256));
168 AuthenticationMethod::HMAC_SHA256, false));
195 AuthenticationMethod::HMAC_SHA256, false));
198 AuthenticationMethod::Spake2(AuthenticationMethod::HMAC_SHA256));
205 AuthenticationMethod::HMAC_SHA256, false));
214 AuthenticationMethod::HMAC_SHA256, false));
223 AuthenticationMethod::HMAC_SHA256, false));
232 AuthenticationMethod::HMAC_SHA256, false))
    [all...]
authentication_method.cc 27 return AuthenticationMethod(SPAKE2_PAIR, HMAC_SHA256);
43 return Spake2(HMAC_SHA256);
61 case HMAC_SHA256: {
112 case HMAC_SHA256:
139 hash_function = AuthenticationMethod::HMAC_SHA256;
authentication_method.h 33 HMAC_SHA256,
pairing_client_authenticator.cc 66 AuthenticationMethod::HMAC_SHA256,
  /external/chromium_org/remoting/host/
pin_hash.cc 17 protocol::AuthenticationMethod::HMAC_SHA256, host_id, pin);
  /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 486 milliseconds