Searched refs:lookup_crls (Results 1 – 25 of 73) sorted by relevance
123
941 X509_STORE_CTX_lookup_crls_fn lookup_crls) in X509_STORE_set_lookup_crls() argument943 ctx->lookup_crls = lookup_crls; in X509_STORE_set_lookup_crls()948 return ctx->lookup_crls; in X509_STORE_get_lookup_crls()
143 STACK_OF(X509_CRL) *(*lookup_crls) (const X509_STORE_CTX *ctx,
1502 skcrl = ctx->lookup_crls(ctx, nm); in get_crl_delta()2409 if (store != NULL && store->lookup_crls != NULL) in X509_STORE_CTX_init()2410 ctx->lookup_crls = store->lookup_crls; in X509_STORE_CTX_init()2412 ctx->lookup_crls = X509_STORE_CTX_get1_crls; in X509_STORE_CTX_init()2601 return ctx->lookup_crls; in X509_STORE_CTX_get_lookup_crls()
227 STACK_OF(X509_CRL) *(*lookup_crls) (X509_STORE_CTX *ctx, X509_NAME *nm);
107 X509_STORE_CTX_lookup_crls_fn lookup_crls);121 X509_STORE_CTX_lookup_crls_fn lookup_crls);
249 STACK_OF(X509_CRL) *(*lookup_crls) (const X509_STORE_CTX *ctx,
322 X509_STORE_CTX_lookup_crls_fn lookup_crls);
375 lookup_crls: Option<
547 X509_STORE_CTX_lookup_crls_fn lookup_crls);