Searched refs:X509_STORE_new (Results 1 – 12 of 12) sorted by relevance
121 store = X509_STORE_new(); in VerifyCert()169 store = X509_STORE_new(); in VerifyCert()
30 X509_STORE_new, X509_VERIFY_PARAM_free, X509_VERIFY_PARAM_set1_host, X509_VERIFY_PARAM_set1_ip,211 Ok(X509Store(check_ptr(unsafe { X509_STORE_new() })?)) in new()
90 pub(crate) fn X509_STORE_new() -> *mut X509_STORE; in X509_STORE_new() function
142 X509_STORE *store = X509_STORE_new(); in ValidateCertChainInner()
466 X509_STORE *store = X509_STORE_new(); in FindCertificateBySubject()
275 X509_STORE *store = X509_STORE_new(); in VerifyCertChain()836 X509_STORE *store = X509_STORE_new(); in VerifyOcspSigner()1215 store = X509_STORE_new(); in GetCertIssuerFromChain()
46 MOCK_METHOD(X509_STORE *, X509_STORE_new, ());
144 "-Wl,--wrap=X509_STORE_new",
115 X509_STORE *store = X509_STORE_new(); in VerifyIssurCert()
209 ON_CALL(*this, X509_STORE_new).WillByDefault([this](void) { return __real_X509_STORE_new(); }); in SetMockFunDefaultBehaviorPartTwo()492 return X509OpensslMock::GetInstance().X509_STORE_new(); in __wrap_X509_STORE_new()
150 X509_STORE_new()).Times(AnyNumber()).WillRepeatedly(Invoke(__real_X509_STORE_new)); in ResetMockFunctionPartOne()
198 X509_STORE *store = X509_STORE_new(); in VerifyCertChain()