Searched refs:lookup_certs (Results 1 – 7 of 7) sorted by relevance
911 X509_STORE_CTX_lookup_certs_fn lookup_certs) in X509_STORE_set_lookup_certs() argument913 xs->lookup_certs = lookup_certs; in X509_STORE_set_lookup_certs()918 return xs->lookup_certs; in X509_STORE_get_lookup_certs()
140 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx,
126 certs = ctx->lookup_certs(ctx, X509_get_subject_name(x)); in lookup_cert_match()2548 if (store != NULL && store->lookup_certs != NULL) in X509_STORE_CTX_init()2549 ctx->lookup_certs = store->lookup_certs; in X509_STORE_CTX_init()2551 ctx->lookup_certs = X509_STORE_CTX_get1_certs; in X509_STORE_CTX_init()2607 ctx->lookup_certs = lookup_certs_sk; in X509_STORE_CTX_set0_trusted_stack()2756 return ctx->lookup_certs; in X509_STORE_CTX_get_lookup_certs()
246 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx,
102 X509_STORE_CTX_lookup_certs_fn lookup_certs);
449 X509_STORE_CTX_lookup_certs_fn lookup_certs);
10730 * New X509_STORE_CTX callbacks lookup_crls() and lookup_certs() which
Completed in 65 milliseconds