Searched refs:check_revocation (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.c78 static int check_revocation(X509_STORE_CTX *ctx);
305 ok = ctx->check_revocation(ctx);
561 static int check_revocation(X509_STORE_CTX *ctx) function
1421 if (store && store->check_revocation)
1422 ctx->check_revocation = store->check_revocation;
1424 ctx->check_revocation = check_revocation;
H A Dx509_vfy.h197 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */ member in struct:x509_store_st
244 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */ member in struct:x509_store_ctx_st
H A Dx509_lu.c195 ret->check_revocation = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509_vfy.h197 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */ member in struct:x509_store_st
244 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */ 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.c119 static int check_revocation(X509_STORE_CTX *ctx);
470 ok = ctx->check_revocation(ctx);
849 static int check_revocation(X509_STORE_CTX *ctx) function
2349 if (store && store->check_revocation)
2350 ctx->check_revocation = store->check_revocation;
2352 ctx->check_revocation = check_revocation;
H A Dx509_vfy.h203 int (*check_revocation) (X509_STORE_CTX *ctx); member in struct:x509_store_st
260 int (*check_revocation) (X509_STORE_CTX *ctx); member in struct:x509_store_ctx_st
H A Dx509_lu.c199 ret->check_revocation = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_vfy.c119 static int check_revocation(X509_STORE_CTX *ctx);
470 ok = ctx->check_revocation(ctx);
849 static int check_revocation(X509_STORE_CTX *ctx) function
2349 if (store && store->check_revocation)
2350 ctx->check_revocation = store->check_revocation;
2352 ctx->check_revocation = check_revocation;
H A Dx509_vfy.h203 int (*check_revocation) (X509_STORE_CTX *ctx); member in struct:x509_store_st
260 int (*check_revocation) (X509_STORE_CTX *ctx); member in struct:x509_store_ctx_st
H A Dx509_lu.c199 ret->check_revocation = 0;

Completed in 95 milliseconds