Searched refs:check_crl (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509/
H A Dx509_vfy.c546 ok = ctx->check_crl(ctx, crl);
571 static int check_crl(X509_STORE_CTX *ctx, X509_CRL *crl) function
1222 if (store && store->check_crl)
1223 ctx->check_crl = store->check_crl;
1225 ctx->check_crl = check_crl;
H A Dx509_vfy.h184 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */ member in struct:x509_store_st
233 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */ member in struct:x509_store_ctx_st
H A Dx509_lu.c199 ret->check_crl = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dx509_vfy.h184 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */ member in struct:x509_store_st
233 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */ member in struct:x509_store_ctx_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_vfy.c599 ok = ctx->check_crl(ctx, crl);
731 static int check_crl(X509_STORE_CTX *ctx, X509_CRL *crl) function
1431 if (store && store->check_crl)
1432 ctx->check_crl = store->check_crl;
1434 ctx->check_crl = check_crl;
H A Dx509_vfy.h199 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */ member in struct:x509_store_st
246 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */ member in struct:x509_store_ctx_st
H A Dx509_lu.c197 ret->check_crl = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509_vfy.h199 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */ member in struct:x509_store_st
246 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */ member in struct:x509_store_ctx_st

Completed in 183 milliseconds