Searched defs:ImportPrivateKeyFile (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/android/
H A Dkeystore_unittest.cc111 EVP_PKEY* ImportPrivateKeyFile(const char* filename) { function in namespace:net::android::__anon8978
153 crypto::ScopedEVP_PKEY pkey(ImportPrivateKeyFile(filename));
422 crypto::ScopedEVP_PKEY pkey(ImportPrivateKeyFile(kTestRsaKeyFile));
470 crypto::ScopedEVP_PKEY openssl_key(ImportPrivateKeyFile(kTestRsaKeyFile));
493 crypto::ScopedEVP_PKEY openssl_key(ImportPrivateKeyFile(kTestRsaKeyFile));
527 crypto::ScopedEVP_PKEY openssl_key(ImportPrivateKeyFile(kTestEcdsaKeyFile));
546 crypto::ScopedEVP_PKEY openssl_key(ImportPrivateKeyFile(kTestEcdsaKeyFile));

Completed in 227 milliseconds