Home
last modified time | relevance | path

Searched refs:WebCryptoKeyFormatJwk (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoKey.h66 WebCryptoKeyFormatJwk, enumerator
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DKey.cpp202 format = blink::WebCryptoKeyFormatJwk; in parseFormat()
DSubtleCrypto.cpp256 if (format == blink::WebCryptoKeyFormatJwk) { in importKey()
289 if (format != blink::WebCryptoKeyFormatJwk) { in importKey()
/external/chromium_org/content/child/webcrypto/
Dshared_crypto_unittest.cc578 return ImportKey(blink::WebCryptoKeyFormatJwk, in ImportKeyJwk()
1593 ExportKey(blink::WebCryptoKeyFormatJwk, public_key, &jwk)); in TEST_F()
1934 ExportKey(blink::WebCryptoKeyFormatJwk, key, &json)); in TEST_F()
1971 ExportKey(blink::WebCryptoKeyFormatJwk, key, &json)); in TEST_F()
1977 ImportKey(blink::WebCryptoKeyFormatJwk, in TEST_F()
2170 ExportKey(blink::WebCryptoKeyFormatJwk, key, &exported_key_jwk)); in TEST_F()
2196 ImportKey(blink::WebCryptoKeyFormatJwk, in TEST_F()
3208 UnwrapKey(blink::WebCryptoKeyFormatJwk, in TEST_F()
3571 ExportKey(blink::WebCryptoKeyFormatJwk, public_key, &jwk_data)); in TEST_F()
3931 WrapKey(blink::WebCryptoKeyFormatJwk, in TEST_F()
[all …]
Dshared_crypto.cc504 case blink::WebCryptoKeyFormatJwk: in BestEffortCheckKeyUsagesForImport()
743 case blink::WebCryptoKeyFormatJwk: in ImportKey()
776 case blink::WebCryptoKeyFormatJwk: in ExportKeyDontCheckExtractability()
Dwebcrypto_impl.cc474 if (state->format != blink::WebCryptoKeyFormatJwk) { in DoExportKeyReply()