Home
last modified time | relevance | path

Searched refs:auth_key (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chromeos/login/auth/
Dextended_authenticator_impl.cc235 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()
Dcryptohome_authenticator.cc136 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/
Deasy_unlock_remove_keys_operation.cc53 const Key* const auth_key = user_context_.GetKey(); in RemoveKey() local
54 cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->GetLabel()); in RemoveKey()
Deasy_unlock_create_keys_operation.cc365 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/
Dssl_hmac_channel_authenticator.cc31 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()
Dssl_hmac_channel_authenticator.h49 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/
Dcryptohome_authenticator_unittest.cc288 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/
Dsrtpfilter_unittest.cc535 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()
Dchannel.cc475 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/
Drfc3711.txt1424 | key mgmt |-------->| key | session auth_key
/external/srtp/doc/
Drfc3711.txt1424 | key mgmt |-------->| key | session auth_key