Home
last modified time | relevance | path

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

/src/crypto/openssl/apps/
H A Dcmp.c182 static char *opt_reqout_only = NULL; variable
765 { &opt_reqout }, { &opt_reqout_only }, { &opt_rspin }, { &opt_rspout },
940 if (opt_reqout_only != NULL) { in read_write_req_resp()
941 if (OSSL_CMP_MSG_write(opt_reqout_only, req) < 0) in read_write_req_resp()
943 opt_reqout_only); in read_write_req_resp()
1808 if (opt_certout == NULL && opt_reqout_only == NULL) { in setup_request_ctx()
2224 if (opt_server == NULL && opt_reqout_only == NULL) { in setup_client_ctx()
2399 if (opt_reqout_only == NULL) in setup_client_ctx()
3163 opt_reqout_only = opt_str(); in get_opts()
3795 if (opt_reqout_only == NULL && (opt_use_mock_srv in cmp_main()
[all …]