Searched refs:WebCryptoImpl (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_impl.h19 // WebCryptoImpl is threadsafe.
21 // EnsureInit() must be called prior to using methods on WebCryptoImpl().
22 class WebCryptoImpl : public blink::WebCrypto { class in namespace:content
24 WebCryptoImpl();
26 virtual ~WebCryptoImpl();
106 DISALLOW_COPY_AND_ASSIGN(WebCryptoImpl);
H A Dwebcrypto_impl.cc580 WebCryptoImpl::WebCryptoImpl() { function in class:content::WebCryptoImpl
583 WebCryptoImpl::~WebCryptoImpl() {
586 void WebCryptoImpl::encrypt(const blink::WebCryptoAlgorithm& algorithm,
601 void WebCryptoImpl::decrypt(const blink::WebCryptoAlgorithm& algorithm,
616 void WebCryptoImpl::digest(const blink::WebCryptoAlgorithm& algorithm,
630 void WebCryptoImpl::generateKey(const blink::WebCryptoAlgorithm& algorithm,
644 void WebCryptoImpl::importKey(blink::WebCryptoKeyFormat format,
664 void WebCryptoImpl
[all...]
/external/chromium_org/content/child/
H A Dblink_platform_impl.h36 class WebCryptoImpl;
178 WebCryptoImpl web_crypto_;

Completed in 160 milliseconds