Searched refs:HMAC_SHA256 (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/remoting/protocol/ |
D | negotiating_authenticator_unittest.cc | 69 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 …]
|
D | authentication_method.cc | 27 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()
|
D | authentication_method.h | 33 HMAC_SHA256, enumerator
|
D | pairing_client_authenticator.cc | 66 AuthenticationMethod::HMAC_SHA256, in OnPinFetched()
|
/external/chromium_org/remoting/host/ |
D | pin_hash.cc | 17 protocol::AuthenticationMethod::HMAC_SHA256, host_id, pin); in MakeHostPinHash()
|
/external/smack/src/org/xbill/DNS/ |
D | TSIG.java | 42 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/ |
D | easy_unlock_private.idl | 11 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/ |
D | chromoting_jni_instance.cc | 78 protocol::AuthenticationMethod::HMAC_SHA256)); in ChromotingJniInstance()
|