Searched refs:WebCryptoKeyFormatRaw (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/content/child/webcrypto/ |
D | shared_crypto_unittest.cc | 109 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 …]
|
D | shared_crypto.cc | 241 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()
|
D | jwk.cc | 943 return ImportKey(blink::WebCryptoKeyFormatRaw, in ImportKeyJwk() 966 status = ExportKey(blink::WebCryptoKeyFormatRaw, key, &exported_key); in ExportKeyJwk()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebCryptoKey.h | 63 WebCryptoKeyFormatRaw, enumerator
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
D | Key.cpp | 190 format = blink::WebCryptoKeyFormatRaw; in parseFormat()
|