Home
last modified time | relevance | path

Searched refs:WebCryptoAlgorithmId (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/content/renderer/webcrypto/
Dwebcrypto_util.h45 blink::WebCryptoAlgorithmId id);
57 blink::WebCryptoAlgorithmId hash_id);
63 blink::WebCryptoAlgorithmId hash_id,
69 blink::WebCryptoAlgorithmId hash_id);
74 blink::WebCryptoAlgorithmId hash_id);
79 blink::WebCryptoAlgorithmId algorithm_id,
Dwebcrypto_util.cc19 blink::WebCryptoAlgorithmId aes_alg_id, in CreateAesKeyGenAlgorithm()
25 bool IsHashAlgorithm(blink::WebCryptoAlgorithmId alg_id) { in IsHashAlgorithm()
87 blink::WebCryptoAlgorithm CreateAlgorithm(blink::WebCryptoAlgorithmId id) { in CreateAlgorithm()
93 blink::WebCryptoAlgorithmId hash_id; in CreateHmacAlgorithmByHashOutputLen()
120 blink::WebCryptoAlgorithmId hash_id) { in CreateHmacAlgorithmByHashId()
128 blink::WebCryptoAlgorithmId hash_id, in CreateHmacKeyGenAlgorithm()
139 blink::WebCryptoAlgorithmId hash_id) { in CreateRsaSsaAlgorithm()
147 blink::WebCryptoAlgorithmId hash_id) { in CreateRsaOaepAlgorithm()
156 blink::WebCryptoAlgorithmId algorithm_id, in CreateRsaKeyGenAlgorithm()
Dwebcrypto_impl.cc43 blink::WebCryptoAlgorithmId);
45 blink::WebCryptoAlgorithmId algorithm_id>
Dwebcrypto_impl_unittest.cc81 blink::WebCryptoAlgorithmId algorithm_id, in CreateRsaKeyGenAlgorithm()
281 blink::WebCryptoAlgorithmId algorithm; in TEST_F()
357 blink::WebCryptoAlgorithmId algorithm; in TEST_F()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebCryptoAlgorithm.cpp42 WebCryptoAlgorithmPrivate(WebCryptoAlgorithmId id, PassOwnPtr<WebCryptoAlgorithmParams> params) in WebCryptoAlgorithmPrivate()
48 WebCryptoAlgorithmId id;
52 WebCryptoAlgorithm::WebCryptoAlgorithm(WebCryptoAlgorithmId id, PassOwnPtr<WebCryptoAlgorithmParams… in WebCryptoAlgorithm()
62 WebCryptoAlgorithm WebCryptoAlgorithm::adoptParamsAndCreate(WebCryptoAlgorithmId id, WebCryptoAlgor… in adoptParamsAndCreate()
72 WebCryptoAlgorithmId WebCryptoAlgorithm::id() const in id()
/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoAlgorithm.h43 enum WebCryptoAlgorithmId { enum
99 …BLINK_PLATFORM_EXPORT WebCryptoAlgorithm(WebCryptoAlgorithmId, PassOwnPtr<WebCryptoAlgorithmParams…
103 …BLINK_PLATFORM_EXPORT static WebCryptoAlgorithm adoptParamsAndCreate(WebCryptoAlgorithmId, WebCryp…
116 BLINK_PLATFORM_EXPORT WebCryptoAlgorithmId id() const;
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DKey.cpp121 bool getHmacHashId(const blink::WebCryptoAlgorithm& algorithm, blink::WebCryptoAlgorithmId& hashId) in getHmacHashId()
195 blink::WebCryptoAlgorithmId keyHash; in canBeUsedForAlgorithm()
196 blink::WebCryptoAlgorithmId algorithmHash; in canBeUsedForAlgorithm()
DNormalizeAlgorithm.cpp54 blink::WebCryptoAlgorithmId algorithmId;
64 blink::WebCryptoAlgorithmId algorithmId;
144 blink::WebCryptoAlgorithmId algorithmId;
157 const AlgorithmInfo* lookupAlgorithmById(blink::WebCryptoAlgorithmId) const;
163 typedef HashMap<String, blink::WebCryptoAlgorithmId, CaseFoldingHash> AlgorithmNameToIdMap;
184 const AlgorithmInfo* AlgorithmRegistry::lookupAlgorithmById(blink::WebCryptoAlgorithmId algorithmId… in lookupAlgorithmById()
554 const char* algorithmIdToName(blink::WebCryptoAlgorithmId id) in algorithmIdToName()
DNormalizeAlgorithm.h65 const char* algorithmIdToName(blink::WebCryptoAlgorithmId);