Searched refs:get_crl (Results 1 – 8 of 8) sorted by relevance
867 X509_STORE_CTX_get_crl_fn get_crl) in X509_STORE_set_get_crl() argument869 xs->get_crl = get_crl; in X509_STORE_set_get_crl()874 return xs->get_crl; in X509_STORE_get_get_crl()
133 int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); member
1049 if (ctx->get_crl != NULL) in check_cert()1050 ok = ctx->get_crl(ctx, &crl, x); in check_cert()2528 if (store != NULL && store->get_crl != NULL) in X509_STORE_CTX_init()2529 ctx->get_crl = store->get_crl; in X509_STORE_CTX_init()2531 ctx->get_crl = NULL; in X509_STORE_CTX_init()2726 return ctx->get_crl; in X509_STORE_CTX_get_get_crl()2730 X509_STORE_CTX_get_crl_fn get_crl) in X509_STORE_CTX_set_get_crl() argument2732 ctx->get_crl = get_crl; in X509_STORE_CTX_set_get_crl()
239 int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); member
42 X509_STORE_CTX_get_crl_fn get_crl);
84 X509_STORE_CTX_get_crl_fn get_crl);
437 X509_STORE_CTX_get_crl_fn get_crl);491 X509_STORE_CTX_get_crl_fn get_crl);
10738 Modify get_crl() to find a valid (unexpired) CRL if possible.
Completed in 64 milliseconds