Searched refs:WebCryptoAlgorithmIdSha1 (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/content/child/webcrypto/nss/
H A Drsa_ssa_nss.cc31 case blink::WebCryptoAlgorithmIdSha1:
60 case blink::WebCryptoAlgorithmIdSha1:
107 case blink::WebCryptoAlgorithmIdSha1:
H A Drsa_oaep_nss.cc38 case blink::WebCryptoAlgorithmIdSha1:
54 case blink::WebCryptoAlgorithmIdSha1:
195 case blink::WebCryptoAlgorithmIdSha1:
H A Dsha_nss.cc26 case blink::WebCryptoAlgorithmIdSha1:
H A Dhmac_nss.cc37 case blink::WebCryptoAlgorithmIdSha1:
/external/chromium_org/content/child/webcrypto/test/
H A Drsa_oaep_unittest.cc56 blink::WebCryptoAlgorithmIdSha1),
75 blink::WebCryptoAlgorithmIdSha1),
95 blink::WebCryptoAlgorithmIdSha1),
115 blink::WebCryptoAlgorithmIdSha1),
136 blink::WebCryptoAlgorithmIdSha1),
151 } kTestData[] = {{blink::WebCryptoAlgorithmIdSha1, "RSA-OAEP"},
254 const blink::WebCryptoAlgorithmId kHash = blink::WebCryptoAlgorithmIdSha1;
362 blink::WebCryptoAlgorithmIdSha1),
389 blink::WebCryptoAlgorithmIdRsaOaep, blink::WebCryptoAlgorithmIdSha1);
507 blink::WebCryptoAlgorithmIdRsaOaep, blink::WebCryptoAlgorithmIdSha1);
[all...]
H A Dhmac_unittest.cc123 CreateHmacKeyGenAlgorithm(blink::WebCryptoAlgorithmIdSha1, 512);
129 EXPECT_EQ(blink::WebCryptoAlgorithmIdSha1,
148 CreateHmacKeyGenAlgorithm(blink::WebCryptoAlgorithmIdSha1, 0);
153 EXPECT_EQ(blink::WebCryptoAlgorithmIdSha1,
360 CreateHmacImportAlgorithm(blink::WebCryptoAlgorithmIdSha1),
460 CreateHmacImportAlgorithm(blink::WebCryptoAlgorithmIdSha1),
488 CreateHmacImportAlgorithm(blink::WebCryptoAlgorithmIdSha1);
535 CreateHmacImportAlgorithm(blink::WebCryptoAlgorithmIdSha1),
H A Drsa_ssa_unittest.cc136 blink::WebCryptoAlgorithmIdSha1),
144 EXPECT_EQ(blink::WebCryptoAlgorithmIdSha1,
163 blink::WebCryptoAlgorithmIdSha1),
235 blink::WebCryptoAlgorithmIdSha1),
256 blink::WebCryptoAlgorithmIdSha1),
293 blink::WebCryptoAlgorithmIdSha1),
462 blink::WebCryptoAlgorithmIdSha1),
500 blink::WebCryptoAlgorithmIdSha1),
674 blink::WebCryptoAlgorithmIdSha1,
688 EXPECT_EQ(blink::WebCryptoAlgorithmIdSha1,
[all...]
H A Daes_kw_unittest.cc226 CreateHmacImportAlgorithm(blink::WebCryptoAlgorithmIdSha1),
247 CreateHmacImportAlgorithm(blink::WebCryptoAlgorithmIdSha1),
292 CreateHmacImportAlgorithm(blink::WebCryptoAlgorithmIdSha1),
H A Dtest_helpers.cc231 {"sha-1", blink::WebCryptoAlgorithmIdSha1},
/external/chromium_org/content/child/webcrypto/
H A Dalgorithm_registry.cc36 case blink::WebCryptoAlgorithmIdSha1:
H A Dwebcrypto_util.cc185 case blink::WebCryptoAlgorithmIdSha1:
H A Djwk.cc694 case blink::WebCryptoAlgorithmIdSha1:
/external/chromium_org/third_party/WebKit/Source/platform/
H A DCrypto.cpp19 return blink::WebCryptoAlgorithmIdSha1;
/external/chromium_org/content/child/webcrypto/openssl/
H A Dutil_openssl.cc26 case blink::WebCryptoAlgorithmIdSha1:
H A Drsa_ssa_openssl.cc43 case blink::WebCryptoAlgorithmIdSha1:
H A Drsa_oaep_openssl.cc109 case blink::WebCryptoAlgorithmIdSha1:
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCryptoAlgorithm.h62 WebCryptoAlgorithmIdSha1, enumerator in enum:blink::WebCryptoAlgorithmId
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebCryptoAlgorithm.cpp209 COMPILE_ASSERT(WebCryptoAlgorithmIdSha1 == 3, Sha1_idDoesntMatch);
350 case WebCryptoAlgorithmIdSha1:
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DNormalizeAlgorithm.cpp66 {"SHA-1", 5, WebCryptoAlgorithmIdSha1},
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DSerializedScriptValue.cpp766 case blink::WebCryptoAlgorithmIdSha1:
2482 id = blink::WebCryptoAlgorithmIdSha1;

Completed in 591 milliseconds