Searched refs:WebCryptoImpl (Results 1 – 7 of 7) sorted by relevance
180 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 …]
166 WebCryptoImpl::WebCryptoImpl() { in WebCryptoImpl() function in content::WebCryptoImpl170 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()
508 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 …]
15 class CONTENT_EXPORT WebCryptoImpl18 WebCryptoImpl(); in NON_EXPORTED_BASE()148 DISALLOW_COPY_AND_ASSIGN(WebCryptoImpl); in NON_EXPORTED_BASE()
270 WebCryptoImpl crypto_;
43 class WebCryptoImpl; variable219 scoped_ptr<WebCryptoImpl> web_crypto_;
1050 web_crypto_.reset(new WebCryptoImpl()); in crypto()