Searched defs:WebCryptoAlgorithmId (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCryptoAlgorithm.h58 enum WebCryptoAlgorithmId { enum in namespace:blink
126 BLINK_PLATFORM_EXPORT WebCryptoAlgorithm(WebCryptoAlgorithmId, PassOwnPtr<WebCryptoAlgorithmParams>);
130 BLINK_PLATFORM_EXPORT static WebCryptoAlgorithm adoptParamsAndCreate(WebCryptoAlgorithmId, WebCryptoAlgorithmParams*);
135 BLINK_PLATFORM_EXPORT static const WebCryptoAlgorithmInfo* lookupAlgorithmInfo(WebCryptoAlgorithmId);
148 BLINK_PLATFORM_EXPORT WebCryptoAlgorithmId id() const;
165 BLINK_PLATFORM_EXPORT static bool isHash(WebCryptoAlgorithmId);

Completed in 174 milliseconds