HomeSort by relevance Sort by last modified time
    Searched refs:WebCryptoAlgorithmId (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/renderer/webcrypto/
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,
webcrypto_util.cc 19 blink::WebCryptoAlgorithmId aes_alg_id,
25 bool IsHashAlgorithm(blink::WebCryptoAlgorithmId alg_id) {
87 blink::WebCryptoAlgorithm CreateAlgorithm(blink::WebCryptoAlgorithmId id) {
93 blink::WebCryptoAlgorithmId hash_id;
120 blink::WebCryptoAlgorithmId hash_id) {
128 blink::WebCryptoAlgorithmId hash_id,
139 blink::WebCryptoAlgorithmId hash_id) {
147 blink::WebCryptoAlgorithmId hash_id) {
156 blink::WebCryptoAlgorithmId algorithm_id,
webcrypto_impl.cc 41 // Binds a WebCryptoAlgorithmId value to a compatible factory function.
43 blink::WebCryptoAlgorithmId);
45 blink::WebCryptoAlgorithmId algorithm_id>
webcrypto_impl_unittest.cc 81 blink::WebCryptoAlgorithmId algorithm_id,
281 blink::WebCryptoAlgorithmId algorithm;
357 blink::WebCryptoAlgorithmId algorithm;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.h 65 const char* algorithmIdToName(blink::WebCryptoAlgorithmId);
Key.cpp 121 bool getHmacHashId(const blink::WebCryptoAlgorithm& algorithm, blink::WebCryptoAlgorithmId& hashId)
195 blink::WebCryptoAlgorithmId keyHash;
196 blink::WebCryptoAlgorithmId algorithmHash;
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) const
554 const char* algorithmIdToName(blink::WebCryptoAlgorithmId id)
  /external/chromium_org/third_party/WebKit/public/platform/
WebCryptoAlgorithm.h 43 enum WebCryptoAlgorithmId {
99 BLINK_PLATFORM_EXPORT WebCryptoAlgorithm(WebCryptoAlgorithmId, PassOwnPtr<WebCryptoAlgorithmParams>);
103 BLINK_PLATFORM_EXPORT static WebCryptoAlgorithm adoptParamsAndCreate(WebCryptoAlgorithmId, WebCryptoAlgorithmParams*);
116 BLINK_PLATFORM_EXPORT WebCryptoAlgorithmId id() const;
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebCryptoAlgorithm.cpp 42 WebCryptoAlgorithmPrivate(WebCryptoAlgorithmId id, PassOwnPtr<WebCryptoAlgorithmParams> params)
48 WebCryptoAlgorithmId id;
52 WebCryptoAlgorithm::WebCryptoAlgorithm(WebCryptoAlgorithmId id, PassOwnPtr<WebCryptoAlgorithmParams> params)
62 WebCryptoAlgorithm WebCryptoAlgorithm::adoptParamsAndCreate(WebCryptoAlgorithmId id, WebCryptoAlgorithmParams* params)
72 WebCryptoAlgorithmId WebCryptoAlgorithm::id() const

Completed in 64 milliseconds