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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_cert.c1123 X509_STORE_CTX xs_ctx; local
1125 if (!X509_STORE_CTX_init(&xs_ctx, chain_store, x, NULL)) {
1129 X509_verify_cert(&xs_ctx);
1132 for (i = 0; i < sk_X509_num(xs_ctx.chain); i++) {
1133 x = sk_X509_value(xs_ctx.chain, i);
1136 X509_STORE_CTX_cleanup(&xs_ctx);
1140 X509_STORE_CTX_cleanup(&xs_ctx);
1156 X509_STORE_CTX xs_ctx; local
1198 if (!X509_STORE_CTX_init(&xs_ctx, chain_store, cpk->x509, untrusted)) {
1203 X509_STORE_CTX_set_flags(&xs_ctx,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_cert.c1123 X509_STORE_CTX xs_ctx; local
1125 if (!X509_STORE_CTX_init(&xs_ctx, chain_store, x, NULL)) {
1129 X509_verify_cert(&xs_ctx);
1132 for (i = 0; i < sk_X509_num(xs_ctx.chain); i++) {
1133 x = sk_X509_value(xs_ctx.chain, i);
1136 X509_STORE_CTX_cleanup(&xs_ctx);
1140 X509_STORE_CTX_cleanup(&xs_ctx);
1156 X509_STORE_CTX xs_ctx; local
1198 if (!X509_STORE_CTX_init(&xs_ctx, chain_store, cpk->x509, untrusted)) {
1203 X509_STORE_CTX_set_flags(&xs_ctx,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_both.c273 X509_STORE_CTX xs_ctx; local
292 if(!no_chain && !X509_STORE_CTX_init(&xs_ctx,s->ctx->cert_store,NULL,NULL))
317 i=X509_STORE_get_by_subject(&xs_ctx,X509_LU_X509,
326 X509_STORE_CTX_cleanup(&xs_ctx);
H A Dd1_both.c843 X509_STORE_CTX xs_ctx; local
855 if(!X509_STORE_CTX_init(&xs_ctx,s->ctx->cert_store,NULL,NULL))
876 i=X509_STORE_get_by_subject(&xs_ctx,X509_LU_X509,
885 X509_STORE_CTX_cleanup(&xs_ctx);

Completed in 70 milliseconds