Home
last modified time | relevance | path

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

/external/chromium_org/content/child/webcrypto/
Dwebcrypto_impl.cc580 WebCryptoImpl::WebCryptoImpl() { in WebCryptoImpl() function in content::WebCryptoImpl
583 WebCryptoImpl::~WebCryptoImpl() { in ~WebCryptoImpl()
586 void WebCryptoImpl::encrypt(const blink::WebCryptoAlgorithm& algorithm, in encrypt()
601 void WebCryptoImpl::decrypt(const blink::WebCryptoAlgorithm& algorithm, in decrypt()
616 void WebCryptoImpl::digest(const blink::WebCryptoAlgorithm& algorithm, in digest()
630 void WebCryptoImpl::generateKey(const blink::WebCryptoAlgorithm& algorithm, in generateKey()
644 void WebCryptoImpl::importKey(blink::WebCryptoKeyFormat format, in importKey()
664 void WebCryptoImpl::exportKey(blink::WebCryptoKeyFormat format, in exportKey()
674 void WebCryptoImpl::sign(const blink::WebCryptoAlgorithm& algorithm, in sign()
687 void WebCryptoImpl::verifySignature(const blink::WebCryptoAlgorithm& algorithm, in verifySignature()
[all …]
Dwebcrypto_impl.h22 class WebCryptoImpl : public blink::WebCrypto {
24 WebCryptoImpl();
26 virtual ~WebCryptoImpl();
106 DISALLOW_COPY_AND_ASSIGN(WebCryptoImpl);
/external/chromium_org/content/child/
Dblink_platform_impl.h36 class WebCryptoImpl; variable
178 WebCryptoImpl web_crypto_; in NON_EXPORTED_BASE()