Searched refs:lookup_crls (Results 1 – 7 of 7) sorted by relevance
923 X509_STORE_CTX_lookup_crls_fn lookup_crls) in X509_STORE_set_lookup_crls() argument925 ctx->lookup_crls = lookup_crls; in X509_STORE_set_lookup_crls()930 return ctx->lookup_crls; in X509_STORE_get_lookup_crls()
143 STACK_OF(X509_CRL) *(*lookup_crls) (const X509_STORE_CTX *ctx,
1504 skcrl = ctx->lookup_crls(ctx, nm); in get_crl_delta()2404 if (store != NULL && store->lookup_crls != NULL) in X509_STORE_CTX_init()2405 ctx->lookup_crls = store->lookup_crls; in X509_STORE_CTX_init()2407 ctx->lookup_crls = X509_STORE_CTX_get1_crls; in X509_STORE_CTX_init()2602 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,
450 X509_STORE_CTX_lookup_crls_fn lookup_crls);
5693 * New functions to set lookup_crls function and to retrieve8791 * New X509_STORE_CTX callbacks lookup_crls() and lookup_certs() which
Completed in 37 milliseconds