Searched refs:ExportKeyInternal (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/content/renderer/webcrypto/ |
D | webcrypto_impl_unittest.cc | 187 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 …]
|
D | webcrypto_impl.h | 111 bool ExportKeyInternal( in NON_EXPORTED_BASE()
|
D | webcrypto_impl_openssl.cc | 387 bool WebCryptoImpl::ExportKeyInternal( in ExportKeyInternal() function in content::WebCryptoImpl
|
D | webcrypto_impl.cc | 293 if (!ExportKeyInternal(format, key, &buffer)) { in exportKey()
|
D | webcrypto_impl_nss.cc | 841 bool WebCryptoImpl::ExportKeyInternal( in ExportKeyInternal() function in content::WebCryptoImpl
|