Home | History | Annotate | Download | only in x509

Lines Matching refs:verify_cb

168 	cb=ctx->verify_cb;
426 return ctx->verify_cb(0, ctx);
460 cb=ctx->verify_cb;
634 if (!ctx->verify_cb(0,ctx))
651 cb=ctx->verify_cb;
716 ok = ctx->verify_cb(0, ctx);
777 if (!ctx->verify_cb(0, ctx))
786 if (!ctx->verify_cb(0, ctx))
799 if (!ctx->verify_cb(0, ctx))
808 if (!ctx->verify_cb(0, ctx))
1123 crl_ctx.verify_cb = ctx->verify_cb;
1361 ok = ctx->verify_cb(0, ctx);
1378 ok = ctx->verify_cb(0, ctx);
1385 ok = ctx->verify_cb(0, ctx);
1394 ok = ctx->verify_cb(0, ctx);
1402 ok = ctx->verify_cb(0, ctx);
1422 ok = ctx->verify_cb(0, ctx);
1431 ok = ctx->verify_cb(0, ctx);
1459 ok = ctx->verify_cb(0, ctx);
1471 ok = ctx->verify_cb(0, ctx);
1506 if(!ctx->verify_cb(0, ctx))
1515 return ctx->verify_cb(0, ctx);
1522 if (!ctx->verify_cb(2, ctx))
1544 if (!ctx->verify_cb(0, ctx))
1552 if (!ctx->verify_cb(0, ctx))
1561 if (!ctx->verify_cb(0, ctx))
1569 if (!ctx->verify_cb(0, ctx))
1583 cb=ctx->verify_cb;
2040 ctx->verify_cb = store->verify_cb;
2066 if (store && store->verify_cb)
2067 ctx->verify_cb = store->verify_cb;
2069 ctx->verify_cb = null_callback;
2172 int (*verify_cb)(int, X509_STORE_CTX *))
2174 ctx->verify_cb=verify_cb;