Searched refs:authentication_tag (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/child/webcrypto/test/
H A Daes_gcm_unittest.cc51 std::vector<uint8_t>* authentication_tag) {
76 authentication_tag->assign(output.begin() + cipher_text->size(),
87 const std::vector<uint8_t>& authentication_tag,
95 cipher_text_with_tag.reserve(cipher_text.size() + authentication_tag.size());
99 authentication_tag.begin(),
100 authentication_tag.end());
170 GetBytesFromHexString(test, "authentication_tag");
189 std::vector<uint8_t> authentication_tag; local
197 &authentication_tag));
200 EXPECT_BYTES_EQ(test_authentication_tag, authentication_tag);
45 AesGcmEncrypt(const blink::WebCryptoKey& key, const std::vector<uint8_t>& iv, const std::vector<uint8_t>& additional_data, unsigned int tag_length_bits, const std::vector<uint8_t>& plain_text, std::vector<uint8_t>* cipher_text, std::vector<uint8_t>* authentication_tag) argument
82 AesGcmDecrypt(const blink::WebCryptoKey& key, const std::vector<uint8_t>& iv, const std::vector<uint8_t>& additional_data, unsigned int tag_length_bits, const std::vector<uint8_t>& cipher_text, const std::vector<uint8_t>& authentication_tag, std::vector<uint8_t>* plain_text) argument
[all...]
/external/chromium_org/remoting/protocol/
H A Dpairing_client_authenticator.cc23 const std::string& authentication_tag)
28 authentication_tag_(authentication_tag),
19 PairingClientAuthenticator( const std::string& client_id, const std::string& paired_secret, const FetchSecretCallback& fetch_pin_callback, const std::string& authentication_tag) argument
H A Dpairing_client_authenticator.h20 const std::string& authentication_tag);
H A Dnegotiating_client_authenticator.h30 const std::string& authentication_tag,
H A Dnegotiating_client_authenticator.cc25 const std::string& authentication_tag,
32 authentication_tag_(authentication_tag),
22 NegotiatingClientAuthenticator( const std::string& client_pairing_id, const std::string& shared_secret, const std::string& authentication_tag, const FetchSecretCallback& fetch_secret_callback, scoped_ptr<ThirdPartyClientAuthenticator::TokenFetcher> token_fetcher, const std::vector<AuthenticationMethod>& methods) argument
/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.cc652 std::string authentication_tag; local
659 !data.GetString("authenticationTag", &authentication_tag)) {
775 client_pairing_id, client_paired_secret, authentication_tag,

Completed in 132 milliseconds