Searched refs:cert_crl (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_vfy.c601 ok = ctx->cert_crl(ctx, crl, x);
799 static int cert_crl(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x) function
1436 if (store && store->cert_crl)
1437 ctx->cert_crl = store->cert_crl;
1439 ctx->cert_crl = cert_crl;
H A Dx509_vfy.h200 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */ member in struct:x509_store_st
247 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */ member in struct:x509_store_ctx_st
H A Dx509_lu.c198 ret->cert_crl = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509_vfy.h200 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */ member in struct:x509_store_st
247 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */ member in struct:x509_store_ctx_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509_vfy.c907 ok = ctx->cert_crl(ctx, dcrl, x);
915 ok = ctx->cert_crl(ctx, crl, x);
1591 static int cert_crl(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x) function
2364 if (store && store->cert_crl)
2365 ctx->cert_crl = store->cert_crl;
2367 ctx->cert_crl = cert_crl;
H A Dx509_vfy.h209 int (*cert_crl) (X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); member in struct:x509_store_st
266 int (*cert_crl) (X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); member in struct:x509_store_ctx_st
H A Dx509_lu.c202 ret->cert_crl = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_vfy.c907 ok = ctx->cert_crl(ctx, dcrl, x);
915 ok = ctx->cert_crl(ctx, crl, x);
1591 static int cert_crl(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x) function
2364 if (store && store->cert_crl)
2365 ctx->cert_crl = store->cert_crl;
2367 ctx->cert_crl = cert_crl;
H A Dx509_vfy.h209 int (*cert_crl) (X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); member in struct:x509_store_st
266 int (*cert_crl) (X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); member in struct:x509_store_ctx_st
H A Dx509_lu.c202 ret->cert_crl = 0;

Completed in 76 milliseconds