Searched refs:lookup_certs (Results 1 – 10 of 10) sorted by relevance
930 X509_STORE_CTX_lookup_certs_fn lookup_certs) in X509_STORE_set_lookup_certs() argument932 ctx->lookup_certs = lookup_certs; in X509_STORE_set_lookup_certs()937 return ctx->lookup_certs; in X509_STORE_get_lookup_certs()
140 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx,
123 certs = ctx->lookup_certs(ctx, X509_get_subject_name(x)); in lookup_cert_match()2404 if (store != NULL && store->lookup_certs != NULL) in X509_STORE_CTX_init()2405 ctx->lookup_certs = store->lookup_certs; in X509_STORE_CTX_init()2407 ctx->lookup_certs = X509_STORE_CTX_get1_certs; in X509_STORE_CTX_init()2463 ctx->lookup_certs = lookup_certs_sk; in X509_STORE_CTX_set0_trusted_stack()2595 return ctx->lookup_certs; in X509_STORE_CTX_get_lookup_certs()
226 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx, X509_NAME *nm);
246 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx,
102 X509_STORE_CTX_lookup_certs_fn lookup_certs);
319 X509_STORE_CTX_lookup_certs_fn lookup_certs);
356 lookup_certs:
447 X509_STORE_CTX_lookup_certs_fn lookup_certs);
9355 * New X509_STORE_CTX callbacks lookup_crls() and lookup_certs() which