Searched refs:getX509Store (Results 1 – 4 of 4) sorted by relevance
17 std::unique_ptr<X509_STORE, decltype(&::X509_STORE_free)> getX509Store(
57 X509StorePtr getX509Store(const std::string& certSrcPath) in getX509Store() function
333 X509StorePtr x509Store = getX509Store(certSrcFilePath); in install()
323 X509StorePtr x509Store = getX509Store(sourceFile); in installAll()