Searched refs:expected_extractable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/child/webcrypto/
H A Djwk.h40 // * expected_extractable must be consistent with the JWK's "ext", if
45 bool expected_extractable,
63 bool expected_extractable,
114 // * expected_extractable must be consistent with the JWK's "ext", if
119 bool expected_extractable,
H A Djwk.cc368 Status VerifyExt(base::DictionaryValue* dict, bool expected_extractable) { argument
375 if (has_jwk_ext && expected_extractable && !jwk_ext_value)
444 bool expected_extractable,
468 status = VerifyExt(dict_value, expected_extractable);
481 bool expected_extractable,
490 key_data, expected_extractable, expected_usage_mask, &kty, dict);
520 bool expected_extractable,
525 key_data, expected_extractable, expected_usage_mask, raw_key_data, &dict);
544 bool expected_extractable,
549 key_data, expected_extractable, expected_usage_mas
443 ParseJwkCommon(const CryptoData& bytes, bool expected_extractable, blink::WebCryptoKeyUsageMask expected_usage_mask, std::string* kty, scoped_ptr<base::DictionaryValue>* dict) argument
479 ReadSecretKeyNoExpectedAlg( const CryptoData& key_data, bool expected_extractable, blink::WebCryptoKeyUsageMask expected_usage_mask, std::vector<uint8_t>* raw_key_data, scoped_ptr<base::DictionaryValue>* dict) 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
542 ReadAesSecretKeyJwk(const CryptoData& key_data, const std::string& algorithm_name_suffix, 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
[all...]

Completed in 247 milliseconds