Searched refs:WebCryptoAlgorithmId (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/content/renderer/webcrypto/ |
D | webcrypto_util.h | 45 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,
|
D | webcrypto_util.cc | 19 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()
|
D | webcrypto_impl.cc | 43 blink::WebCryptoAlgorithmId); 45 blink::WebCryptoAlgorithmId algorithm_id>
|
D | webcrypto_impl_unittest.cc | 81 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/ |
D | WebCryptoAlgorithm.cpp | 42 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/ |
D | WebCryptoAlgorithm.h | 43 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/ |
D | Key.cpp | 121 bool getHmacHashId(const blink::WebCryptoAlgorithm& algorithm, blink::WebCryptoAlgorithmId& hashId) in getHmacHashId() 195 blink::WebCryptoAlgorithmId keyHash; in canBeUsedForAlgorithm() 196 blink::WebCryptoAlgorithmId algorithmHash; in canBeUsedForAlgorithm()
|
D | NormalizeAlgorithm.cpp | 54 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()
|
D | NormalizeAlgorithm.h | 65 const char* algorithmIdToName(blink::WebCryptoAlgorithmId);
|