Searched refs:bad_chain (Results 1 - 3 of 3) 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.c101 int bad_chain = 0; local
206 bad_chain = 1;
282 bad_chain = 1;
324 if (!bad_chain && (ctx->param->flags & X509_V_FLAG_POLICY_CHECK))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509_vfy.c191 int bad_chain = 0; local
320 bad_chain = 1;
418 * and set bad_chain == 1
420 if (trust != X509_TRUST_TRUSTED && !bad_chain) {
438 bad_chain = 1;
503 if (!bad_chain && (ctx->param->flags & X509_V_FLAG_POLICY_CHECK))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_vfy.c191 int bad_chain = 0; local
320 bad_chain = 1;
418 * and set bad_chain == 1
420 if (trust != X509_TRUST_TRUSTED && !bad_chain) {
438 bad_chain = 1;
503 if (!bad_chain && (ctx->param->flags & X509_V_FLAG_POLICY_CHECK))

Completed in 75 milliseconds