Searched defs:store_ctx (Results 1 – 9 of 9) sorted by relevance
57 X509_STORE_CTX *store_ctx = NULL; in verify_chain() local427 static void store_ctx_dane_init(X509_STORE_CTX *store_ctx, SSL *ssl) in store_ctx_dane_init()
341 OSSL_STORE_CTX *store_ctx = NULL; in process() local
436 struct util_store_cap_data store_ctx; in engine_main() local
749 X509_STORE_CTX *store_ctx = NULL; in get_cert_chain() local
97 X509_STORE *store_ctx; /* who owns us */ member
207 static int VerifySucceed(X509_STORE_CTX *store_ctx, void *arg) { in VerifySucceed()211 static int VerifyFail(X509_STORE_CTX *store_ctx, void *arg) { in VerifyFail()
23 store_ctx = { &result, 0 }; in DEF_TEST() local
53 DeleteFnPtr<X509_STORE_CTX, X509_STORE_CTX_free> store_ctx( in SSL_CTX_get_issuer() local