Home
last modified time | relevance | path

Searched refs:WebCryptoKeyFormatRaw (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/child/webcrypto/
Dshared_crypto_unittest.cc109 Status status = ImportKey(blink::WebCryptoKeyFormatRaw, in SupportsAesGcm()
460 ImportKey(blink::WebCryptoKeyFormatRaw, in ImportSecretKeyFromRaw()
881 ExportKey(blink::WebCryptoKeyFormatRaw, key, &raw_key)); in TEST_F()
942 ExportKey(blink::WebCryptoKeyFormatRaw, key, &raw_key)); in TEST_F()
1002 ImportKey(blink::WebCryptoKeyFormatRaw, in TEST_F()
1044 ExportKey(blink::WebCryptoKeyFormatRaw, key, &raw_key)); in TEST_F()
1115 ExportKey(blink::WebCryptoKeyFormatRaw, key, &key_bytes)); in TEST_F()
1164 ExportKey(blink::WebCryptoKeyFormatRaw, key, &raw_key)); in TEST_F()
1187 ExportKey(blink::WebCryptoKeyFormatRaw, key, &raw_key)); in TEST_F()
1198 ExportKey(blink::WebCryptoKeyFormatRaw, key, &raw_key)); in TEST_F()
[all …]
Dshared_crypto.cc241 return blink::WebCryptoKeyFormatRaw; in GetCloneFormatForKeyType()
249 return blink::WebCryptoKeyFormatRaw; in GetCloneFormatForKeyType()
491 case blink::WebCryptoKeyFormatRaw: in BestEffortCheckKeyUsagesForImport()
735 case blink::WebCryptoKeyFormatRaw: in ImportKey()
755 case blink::WebCryptoKeyFormatRaw: { in ExportKeyDontCheckExtractability()
Djwk.cc943 return ImportKey(blink::WebCryptoKeyFormatRaw, in ImportKeyJwk()
966 status = ExportKey(blink::WebCryptoKeyFormatRaw, key, &exported_key); in ExportKeyJwk()
/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoKey.h63 WebCryptoKeyFormatRaw, enumerator
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DKey.cpp190 format = blink::WebCryptoKeyFormatRaw; in parseFormat()