Searched refs:lookup_certs (Results 1 – 7 of 7) sorted by relevance
912 X509_STORE_CTX_lookup_certs_fn lookup_certs) in X509_STORE_set_lookup_certs() argument914 ctx->lookup_certs = lookup_certs; in X509_STORE_set_lookup_certs()919 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()2399 if (store != NULL && store->lookup_certs != NULL) in X509_STORE_CTX_init()2400 ctx->lookup_certs = store->lookup_certs; in X509_STORE_CTX_init()2402 ctx->lookup_certs = X509_STORE_CTX_get1_certs; in X509_STORE_CTX_init()2464 ctx->lookup_certs = lookup_certs_sk; in X509_STORE_CTX_set0_trusted_stack()2596 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);
447 X509_STORE_CTX_lookup_certs_fn lookup_certs);
8791 * New X509_STORE_CTX callbacks lookup_crls() and lookup_certs() which
Completed in 37 milliseconds