Searched refs:WebCryptoImpl (Results 1 – 3 of 3) sorted by relevance
580 WebCryptoImpl::WebCryptoImpl() { in WebCryptoImpl() function in content::WebCryptoImpl583 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 …]
22 class WebCryptoImpl : public blink::WebCrypto {24 WebCryptoImpl();26 virtual ~WebCryptoImpl();106 DISALLOW_COPY_AND_ASSIGN(WebCryptoImpl);
36 class WebCryptoImpl; variable178 WebCryptoImpl web_crypto_; in NON_EXPORTED_BASE()