Home
last modified time | relevance | path

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

/external/chromium_org/content/child/webcrypto/test/
Daes_kw_unittest.cc97 ImportKey(blink::WebCryptoKeyFormatRaw, in TEST()
105 ExportKey(blink::WebCryptoKeyFormatRaw, key, &key_raw_out)); in TEST()
111 ImportKey(blink::WebCryptoKeyFormatRaw, in TEST()
122 ImportKey(blink::WebCryptoKeyFormatRaw, in TEST()
129 ExportKey(blink::WebCryptoKeyFormatRaw, key, &key_raw_out)); in TEST()
134 ImportKey(blink::WebCryptoKeyFormatRaw, in TEST()
144 ImportKey(blink::WebCryptoKeyFormatRaw, in TEST()
154 ImportKey(blink::WebCryptoKeyFormatRaw, in TEST()
165 ImportKey(blink::WebCryptoKeyFormatRaw, in TEST()
192 UnwrapKey(blink::WebCryptoKeyFormatRaw, in TEST()
[all …]
Dhmac_unittest.cc67 ExportKey(blink::WebCryptoKeyFormatRaw, key, &raw_key)); in TEST()
135 ExportKey(blink::WebCryptoKeyFormatRaw, key, &raw_key)); in TEST()
158 ExportKey(blink::WebCryptoKeyFormatRaw, key, &raw_key)); in TEST()
174 ExportKey(blink::WebCryptoKeyFormatRaw, key, &raw_key)); in TEST()
520 ExportKey(blink::WebCryptoKeyFormatRaw, key, &exported_key_data)); in TEST()
533 ImportKey(blink::WebCryptoKeyFormatRaw, in TEST()
Daes_cbc_unittest.cc44 ExportKey(blink::WebCryptoKeyFormatRaw, key, &raw_key)); in GetTestAesCbcKey()
115 ImportKey(blink::WebCryptoKeyFormatRaw, in TEST()
180 ExportKey(blink::WebCryptoKeyFormatRaw, key, &raw_key)); in TEST()
273 ExportKey(blink::WebCryptoKeyFormatRaw, key, &key_bytes)); in TEST()
814 Status status = ImportKey(blink::WebCryptoKeyFormatRaw, in TEST()
864 UnwrapKey(blink::WebCryptoKeyFormatRaw, in TEST()
895 ImportKey(blink::WebCryptoKeyFormatRaw, in TEST()
Drsa_oaep_unittest.cc418 WrapKey(blink::WebCryptoKeyFormatRaw, in TEST()
437 UnwrapKey(blink::WebCryptoKeyFormatRaw, in TEST()
449 ExportKey(blink::WebCryptoKeyFormatRaw, unwrapped_key, &raw_key)); in TEST()
568 ExportKey(blink::WebCryptoKeyFormatRaw, unwrapped_key, &raw_key)); in TEST()
Dtest_helpers.cc78 Status status = ImportKey(blink::WebCryptoKeyFormatRaw, in SupportsAesGcm()
331 ImportKey(blink::WebCryptoKeyFormatRaw, in ImportSecretKeyFromRaw()
579 ExportKey(blink::WebCryptoKeyFormatRaw, key, &key_raw_out)); in ImportExportJwkSymmetricKey()
Daes_gcm_unittest.cc183 ExportKey(blink::WebCryptoKeyFormatRaw, key, &raw_key)); in TEST()
Drsa_ssa_unittest.cc100 ExportKey(blink::WebCryptoKeyFormatRaw, key, &output)); in TEST()
/external/chromium_org/content/child/webcrypto/
Dstructured_clone.cc25 return blink::WebCryptoKeyFormatRaw; in GetCloneFormatForKeyType()
33 return blink::WebCryptoKeyFormatRaw; in GetCloneFormatForKeyType()
Dalgorithm_dispatch.cc61 case blink::WebCryptoKeyFormatRaw: in ExportKeyDontCheckExtractability()
163 case blink::WebCryptoKeyFormatRaw: in ImportKey()
/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoKey.h63 WebCryptoKeyFormatRaw, enumerator
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DCryptoKey.cpp183 format = WebCryptoKeyFormatRaw; in parseFormat()
/external/chromium_org/content/child/webcrypto/openssl/
Daes_key_openssl.cc61 case blink::WebCryptoKeyFormatRaw: in VerifyKeyUsagesBeforeImportKey()
Dhmac_openssl.cc97 case blink::WebCryptoKeyFormatRaw: in VerifyKeyUsagesBeforeImportKey()
/external/chromium_org/content/child/webcrypto/nss/
Daes_key_nss.cc70 case blink::WebCryptoKeyFormatRaw: in VerifyKeyUsagesBeforeImportKey()
Dhmac_nss.cc88 case blink::WebCryptoKeyFormatRaw: in VerifyKeyUsagesBeforeImportKey()