Home
last modified time | relevance | path

Searched refs:HMAC_SHA256 (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/remoting/protocol/
Dnegotiating_authenticator_unittest.cc69 AuthenticationMethod::HMAC_SHA256)); in InitAuthenticators()
153 AuthenticationMethod::HMAC_SHA256, false)); in TEST_F()
155 AuthenticationMethod::Spake2(AuthenticationMethod::HMAC_SHA256)); in TEST_F()
168 AuthenticationMethod::HMAC_SHA256, false)); in TEST_F()
195 AuthenticationMethod::HMAC_SHA256, false)); in TEST_F()
198 AuthenticationMethod::Spake2(AuthenticationMethod::HMAC_SHA256)); in TEST_F()
205 AuthenticationMethod::HMAC_SHA256, false)); in TEST_F()
214 AuthenticationMethod::HMAC_SHA256, false)); in TEST_F()
223 AuthenticationMethod::HMAC_SHA256, false)); in TEST_F()
232 AuthenticationMethod::HMAC_SHA256, false)); in TEST_F()
[all …]
Dauthentication_method.cc27 return AuthenticationMethod(SPAKE2_PAIR, HMAC_SHA256); in Spake2Pair()
43 return Spake2(HMAC_SHA256); in FromString()
61 case HMAC_SHA256: { in ApplyHashFunction()
112 case HMAC_SHA256: in ToString()
139 hash_function = AuthenticationMethod::HMAC_SHA256; in Parse()
Dauthentication_method.h33 HMAC_SHA256, enumerator
Dpairing_client_authenticator.cc66 AuthenticationMethod::HMAC_SHA256, in OnPinFetched()
/external/chromium_org/remoting/host/
Dpin_hash.cc17 protocol::AuthenticationMethod::HMAC_SHA256, host_id, pin); in MakeHostPinHash()
/external/smack/src/org/xbill/DNS/
DTSIG.java42 public static final Name HMAC_SHA256 = Name.fromConstantString(HMAC_SHA256_STR); field in TSIG
72 } else if (alg.equals(HMAC_SHA256)) { in getDigest()
152 this.alg = HMAC_SHA256; in TSIG()
/external/chromium_org/chrome/common/extensions/api/
Deasy_unlock_private.idl11 HMAC_SHA256,
65 // Defaults to |HMAC_SHA256|. |ECDSA_P256_SHA256| can currently be used
94 // Defaults to |HMAC_SHA256|. |ECDSA_P256_SHA256| can currently be used
/external/chromium_org/remoting/client/jni/
Dchromoting_jni_instance.cc78 protocol::AuthenticationMethod::HMAC_SHA256)); in ChromotingJniInstance()