Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dquic-hq-interop.c529 char req_string[REQ_STRING_SZ]; in build_request_set() local
594 BIO_snprintf(req_string, REQ_STRING_SZ, "GET /%s\r\n", req); in build_request_set()
653 req_string, strlen(req_string), in build_request_set()
/freebsd/crypto/heimdal/lib/hx509/
H A Dhxtool.c1806 if (opt->req_string) in hxtool_ca()
1825 if (opt->req_string) { in hxtool_ca()
1828 ret = _hx509_request_parse(context, opt->req_string, &req); in hxtool_ca()
1830 hx509_err(context, 1, ret, "parse_request: %s", opt->req_string); in hxtool_ca()