Home
last modified time | relevance | path

Searched refs:ExportKeyInternal (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/renderer/webcrypto/
Dwebcrypto_impl_unittest.cc187 bool ExportKeyInternal( in ExportKeyInternal() function in content::WebCryptoImplTest
191 return crypto_.ExportKeyInternal(format, key, buffer); in ExportKeyInternal()
456 EXPECT_TRUE(ExportKeyInternal(blink::WebCryptoKeyFormatRaw, key, &raw_key)); in TEST_F()
511 EXPECT_TRUE(ExportKeyInternal(blink::WebCryptoKeyFormatRaw, key, &raw_key)); in TEST_F()
569 EXPECT_FALSE(ExportKeyInternal(blink::WebCryptoKeyFormatSpki, key, &output)); in TEST_F()
570 EXPECT_FALSE(ExportKeyInternal(blink::WebCryptoKeyFormatPkcs8, key, &output)); in TEST_F()
662 EXPECT_TRUE(ExportKeyInternal(blink::WebCryptoKeyFormatRaw, key, &raw_key)); in TEST_F()
720 ExportKeyInternal(blink::WebCryptoKeyFormatRaw, key, &key_bytes)); in TEST_F()
1172 ASSERT_TRUE(ExportKeyInternal(blink::WebCryptoKeyFormatSpki, key, &output)); in TEST_F()
1177 EXPECT_FALSE(ExportKeyInternal(blink::WebCryptoKeyFormatRaw, key, &output)); in TEST_F()
[all …]
Dwebcrypto_impl.h111 bool ExportKeyInternal( in NON_EXPORTED_BASE()
Dwebcrypto_impl_openssl.cc387 bool WebCryptoImpl::ExportKeyInternal( in ExportKeyInternal() function in content::WebCryptoImpl
Dwebcrypto_impl.cc293 if (!ExportKeyInternal(format, key, &buffer)) { in exportKey()
Dwebcrypto_impl_nss.cc841 bool WebCryptoImpl::ExportKeyInternal( in ExportKeyInternal() function in content::WebCryptoImpl