Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/webcrypto/
Dwebcrypto_impl_openssl.cc180 void WebCryptoImpl::Init() { crypto::EnsureOpenSSLInit(); } in Init()
182 bool WebCryptoImpl::EncryptInternal(const blink::WebCryptoAlgorithm& algorithm, in EncryptInternal()
195 bool WebCryptoImpl::DecryptInternal(const blink::WebCryptoAlgorithm& algorithm, in DecryptInternal()
208 bool WebCryptoImpl::DigestInternal(const blink::WebCryptoAlgorithm& algorithm, in DigestInternal()
268 bool WebCryptoImpl::GenerateKeyInternal( in GenerateKeyInternal()
321 bool WebCryptoImpl::GenerateKeyPairInternal( in GenerateKeyPairInternal()
332 bool WebCryptoImpl::ImportKeyInternal( in ImportKeyInternal()
387 bool WebCryptoImpl::ExportKeyInternal( in ExportKeyInternal()
406 bool WebCryptoImpl::SignInternal( in SignInternal()
494 bool WebCryptoImpl::VerifySignatureInternal( in VerifySignatureInternal()
[all …]
Dwebcrypto_impl.cc166 WebCryptoImpl::WebCryptoImpl() { in WebCryptoImpl() function in content::WebCryptoImpl
170 void WebCryptoImpl::encrypt( in encrypt()
185 void WebCryptoImpl::decrypt( in decrypt()
200 void WebCryptoImpl::digest( in digest()
214 void WebCryptoImpl::generateKey( in generateKey()
251 void WebCryptoImpl::importKey( in importKey()
288 void WebCryptoImpl::exportKey( in exportKey()
300 void WebCryptoImpl::sign( in sign()
315 void WebCryptoImpl::verifySignature( in verifySignature()
338 bool WebCryptoImpl::ImportKeyJwk( in ImportKeyJwk()
Dwebcrypto_impl_nss.cc508 void WebCryptoImpl::Init() { in Init()
512 bool WebCryptoImpl::EncryptInternal( in EncryptInternal()
564 bool WebCryptoImpl::DecryptInternal( in DecryptInternal()
618 bool WebCryptoImpl::DigestInternal( in DigestInternal()
652 bool WebCryptoImpl::GenerateKeyInternal( in GenerateKeyInternal()
715 bool WebCryptoImpl::GenerateKeyPairInternal( in GenerateKeyPairInternal()
801 bool WebCryptoImpl::ImportKeyInternal( in ImportKeyInternal()
841 bool WebCryptoImpl::ExportKeyInternal( in ExportKeyInternal()
858 bool WebCryptoImpl::SignInternal( in SignInternal()
923 bool WebCryptoImpl::VerifySignatureInternal( in VerifySignatureInternal()
[all …]
Dwebcrypto_impl.h15 class CONTENT_EXPORT WebCryptoImpl
18 WebCryptoImpl(); in NON_EXPORTED_BASE()
148 DISALLOW_COPY_AND_ASSIGN(WebCryptoImpl); in NON_EXPORTED_BASE()
Dwebcrypto_impl_unittest.cc270 WebCryptoImpl crypto_;
/external/chromium_org/content/renderer/
Drenderer_webkitplatformsupport_impl.h43 class WebCryptoImpl; variable
219 scoped_ptr<WebCryptoImpl> web_crypto_;
Drenderer_webkitplatformsupport_impl.cc1050 web_crypto_.reset(new WebCryptoImpl()); in crypto()