/external/chromium_org/content/renderer/webcrypto/ |
webcrypto_impl_unittest.cc | 128 EXPECT_TRUE(crypto_.ImportKeyInternal(blink::WebCryptoKeyFormatRaw, 149 return crypto_.DigestInternal( 158 return crypto_.GenerateKeyInternal(algorithm, extractable, usage_mask, key); 167 return crypto_.GenerateKeyPairInternal( 178 return crypto_.ImportKeyInternal(format, 191 return crypto_.ExportKeyInternal(format, key, buffer); 199 return crypto_.SignInternal( 210 return crypto_.VerifySignatureInternal(algorithm, 225 return crypto_.EncryptInternal(algorithm, key, data, data_size, buffer); 233 return crypto_.EncryptInternal 270 WebCryptoImpl crypto_; member in class:content::WebCryptoImplTest [all...] |
/external/chromium_org/content/browser/net/ |
sqlite_persistent_cookie_store.cc | 91 crypto_(crypto_delegate.Pass()) {} 276 scoped_ptr<CookieCryptoDelegate> crypto_; member in class:content::SQLitePersistentCookieStore::Backend 720 if (!encrypted_value.empty() && crypto_.get()) { 721 crypto_->DecryptString(encrypted_value, &value); [all...] |