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

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCryptoAlgorithm.h43 enum WebCryptoAlgorithmId { enum in namespace:blink
99 BLINK_PLATFORM_EXPORT WebCryptoAlgorithm(WebCryptoAlgorithmId, PassOwnPtr<WebCryptoAlgorithmParams>);
103 BLINK_PLATFORM_EXPORT static WebCryptoAlgorithm adoptParamsAndCreate(WebCryptoAlgorithmId, WebCryptoAlgorithmParams*);
116 BLINK_PLATFORM_EXPORT WebCryptoAlgorithmId id() const;

Completed in 69 milliseconds