Searched defs:expected_algorithm (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/child/webcrypto/
H A Djwk.cc428 const std::string& expected_algorithm) {
437 if (has_jwk_alg && jwk_alg_value != expected_algorithm)
519 const std::string& expected_algorithm,
528 return VerifyAlg(dict.get(), expected_algorithm);
625 const std::string& expected_algorithm,
639 status = VerifyAlg(dict.get(), expected_algorithm);
427 VerifyAlg(base::DictionaryValue* dict, const std::string& expected_algorithm) argument
518 ReadSecretKeyJwk(const CryptoData& key_data, const std::string& expected_algorithm, bool expected_extractable, blink::WebCryptoKeyUsageMask expected_usage_mask, std::vector<uint8_t>* raw_key_data) argument
624 ReadRsaKeyJwk(const CryptoData& key_data, const std::string& expected_algorithm, bool expected_extractable, blink::WebCryptoKeyUsageMask expected_usage_mask, JwkRsaInfo* result) argument

Completed in 953 milliseconds