Home
last modified time | relevance | path

Searched refs:disableConfirm (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/fuzz/
Dcmp.c57 ctx->disableConfirm = 1; /* check just one response message */ in cmp_client_process_response()
/third_party/openssl/crypto/cmp/
Dcmp_ctx.c1014 ctx->disableConfirm = val; in OSSL_CMP_CTX_set_option()
1099 return ctx->disableConfirm; in OSSL_CMP_CTX_get_option()
Dcmp_local.h98 int disableConfirm; /* disable certConf in IR/KUR/CR for broken servers */ member
Dcmp_client.c622 if (!ctx->disableConfirm in cert_response()