Searched refs:get_crl (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/include/openssl/
H A Dx509_vfy.h200 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */ member in struct:x509_store_st
249 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */ member in struct:x509_store_ctx_st
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509/
H A Dx509_vfy.h200 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */ member in struct:x509_store_st
249 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */ member in struct:x509_store_ctx_st
H A Dx509_vfy.c710 if (ctx->get_crl)
711 ok = ctx->get_crl(ctx, &crl, x);
2082 if (store && store->get_crl)
2083 ctx->get_crl = store->get_crl;
2085 ctx->get_crl = NULL;
H A Dx509_lu.c196 ret->get_crl = 0;

Completed in 100 milliseconds