Lines Matching defs:ocsp
21 #include <openssl/ocsp.h>
61 } ocsp;
1018 if (depth == 0 && ctx->ocsp != NO_OCSP && preverify_ok) {
1029 } else if (res != OCSP_GOOD && (ctx->ocsp == MANDATORY_OCSP)) {
1104 if (ctx->ocsp == MANDATORY_OCSP)
1106 return (ctx->ocsp == MANDATORY_OCSP) ? 0 : 1;
1229 (ctx->ocsp == MANDATORY_OCSP) ? "" :
1234 if (ctx->ocsp == MANDATORY_OCSP)
1237 return (ctx->ocsp == MANDATORY_OCSP) ? 0 : 1;
1261 if (ctx->ocsp == MANDATORY_OCSP) {
1303 if (ctx->ocsp != NO_OCSP) {
1361 if (ctx->ocsp != NO_OCSP)
1559 ctx->ocsp = OPTIONAL_OCSP;
1570 ctx->ocsp = NO_OCSP;
1572 ctx->ocsp = OPTIONAL_OCSP;
1574 ctx->ocsp = MANDATORY_OCSP;