Searched refs:lookup_crls (Results 1 – 7 of 7) sorted by relevance
922 X509_STORE_CTX_lookup_crls_fn lookup_crls) in X509_STORE_set_lookup_crls() argument924 xs->lookup_crls = lookup_crls; in X509_STORE_set_lookup_crls()929 return xs->lookup_crls; in X509_STORE_get_lookup_crls()
143 STACK_OF(X509_CRL) *(*lookup_crls) (const X509_STORE_CTX *ctx,
1600 skcrl = ctx->lookup_crls(ctx, nm); in get_crl_delta()2553 if (store != NULL && store->lookup_crls != NULL) in X509_STORE_CTX_init()2554 ctx->lookup_crls = store->lookup_crls; in X509_STORE_CTX_init()2556 ctx->lookup_crls = X509_STORE_CTX_get1_crls; in X509_STORE_CTX_init()2762 return ctx->lookup_crls; in X509_STORE_CTX_get_lookup_crls()
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,
452 X509_STORE_CTX_lookup_crls_fn lookup_crls);
7632 * New functions to set lookup_crls function and to retrieve10730 * New X509_STORE_CTX callbacks lookup_crls() and lookup_certs() which
Completed in 69 milliseconds