Searched defs:x509Store (Results 1 – 5 of 5) sorted by relevance
120 OSSLX509StoreCTX x509Store; TEST() local 152 OSSLX509StoreCTX x509Store; TEST() local 165 OSSLX509StoreCTX x509Store; TEST() local
60 X509StorePtr x509Store(X509_STORE_new(), &X509_STORE_free); in getX509Store() local143 void validateCertificateAgainstStore(X509_STORE& x509Store, X509& cert) in validateCertificateAgainstStore()
256 const std::string& installPath, X509_STORE& x509Store, in Certificate()333 X509StorePtr x509Store = getX509Store(certSrcFilePath); in install() local383 void Certificate::install(X509_STORE& x509Store, const std::string& pem, in install()
323 X509StorePtr x509Store = getX509Store(sourceFile); in installAll() local
78 X509_STORE* x509Store = X509_STORE_new(); in validateCertificate() local