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

/external/chromium_org/content/child/webcrypto/
H A Djwk.cc512 std::vector<uint8_t>* jwk_key_data) {
515 writer.ToBytes(jwk_key_data);
583 std::vector<uint8_t>* jwk_key_data) {
587 writer.ToBytes(jwk_key_data);
602 std::vector<uint8_t>* jwk_key_data) {
615 writer.ToBytes(jwk_key_data);
508 WriteSecretKeyJwk(const CryptoData& raw_key_data, const std::string& algorithm, bool extractable, blink::WebCryptoKeyUsageMask usage_mask, std::vector<uint8_t>* jwk_key_data) argument
578 WriteRsaPublicKeyJwk(const CryptoData& n, const CryptoData& e, const std::string& algorithm, bool extractable, blink::WebCryptoKeyUsageMask usage_mask, std::vector<uint8_t>* jwk_key_data) argument
591 WriteRsaPrivateKeyJwk(const CryptoData& n, const CryptoData& e, const CryptoData& d, const CryptoData& p, const CryptoData& q, const CryptoData& dp, const CryptoData& dq, const CryptoData& qi, const std::string& algorithm, bool extractable, blink::WebCryptoKeyUsageMask usage_mask, std::vector<uint8_t>* jwk_key_data) argument

Completed in 342 milliseconds