Searched refs:auth_key (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/chromeos/login/auth/ |
D | extended_authenticator_impl.cc | 235 const Key* const auth_key = user_context.GetKey(); in DoAddKey() local 236 cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->GetLabel()); in DoAddKey() 259 const Key* const auth_key = user_context.GetKey(); in DoUpdateKeyAuthorized() local 260 cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->GetLabel()); in DoUpdateKeyAuthorized() 281 const Key* const auth_key = user_context.GetKey(); in DoRemoveKey() local 282 cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->GetLabel()); in DoRemoveKey()
|
D | cryptohome_authenticator.cc | 136 const cryptohome::KeyDefinition auth_key(key->GetSecret(), in DoMount() local 149 cryptohome::Authorization(auth_key), in DoMount()
|
/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/ |
D | easy_unlock_remove_keys_operation.cc | 53 const Key* const auth_key = user_context_.GetKey(); in RemoveKey() local 54 cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->GetLabel()); in RemoveKey()
|
D | easy_unlock_create_keys_operation.cc | 365 scoped_ptr<Key> auth_key(new Key(*user_context_.GetKey())); in OnGetSystemSalt() local 366 if (auth_key->GetKeyType() == Key::KEY_TYPE_PASSWORD_PLAIN) in OnGetSystemSalt() 367 auth_key->Transform(Key::KEY_TYPE_SALTED_SHA256_TOP_HALF, system_salt); in OnGetSystemSalt() 369 cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->GetLabel()); in OnGetSystemSalt()
|
/external/chromium_org/remoting/protocol/ |
D | ssl_hmac_channel_authenticator.cc | 31 const std::string& auth_key) { in CreateForClient() argument 33 new SslHmacChannelAuthenticator(auth_key)); in CreateForClient() 42 const std::string& auth_key) { in CreateForHost() argument 44 new SslHmacChannelAuthenticator(auth_key)); in CreateForHost() 51 const std::string& auth_key) in SslHmacChannelAuthenticator() argument 52 : auth_key_(auth_key) { in SslHmacChannelAuthenticator()
|
D | ssl_hmac_channel_authenticator.h | 49 const std::string& auth_key); 54 const std::string& auth_key); 64 SslHmacChannelAuthenticator(const std::string& auth_key);
|
/external/chromium_org/chrome/browser/chromeos/login/auth/ |
D | cryptohome_authenticator_unittest.cc | 288 const cryptohome::KeyDefinition auth_key(transformed_key_.GetSecret(), in ExpectMountExCall() local 300 cryptohome::Authorization(auth_key), in ExpectMountExCall()
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | srtpfilter_unittest.cc | 535 uint8* auth_key = NULL; in TEST_F() local 537 EXPECT_TRUE(f1_.GetRtpAuthParams(&auth_key, &auth_key_len, &auth_tag_len)); in TEST_F() 538 EXPECT_TRUE(auth_key != NULL); in TEST_F()
|
D | channel.cc | 475 uint8* auth_key = NULL; in SendPacket() 478 &auth_key, &key_len, &options.packet_time_params.srtp_auth_tag_len); in SendPacket() 481 options.packet_time_params.srtp_auth_key.assign(auth_key, in SendPacket() 482 auth_key + key_len); in SendPacket()
|
/external/chromium_org/third_party/libsrtp/srtp/doc/ |
D | rfc3711.txt | 1424 | key mgmt |-------->| key | session auth_key
|
/external/srtp/doc/ |
D | rfc3711.txt | 1424 | key mgmt |-------->| key | session auth_key
|