Home
last modified time | relevance | path

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

/openssl/demos/guide/
H A Dquic-hq-interop.c937 char *reqnames = OPENSSL_zalloc(1025); in main() local
974 if (!BIO_read_ex(req_bio, &reqnames[read_offset], REQ_STRING_SZ, &bytes_read)) { in main()
979 reqnames = OPENSSL_realloc(reqnames, read_offset + REQ_STRING_SZ); in main()
980 if (reqnames == NULL) { in main()
987 reqnames[read_offset + 1] = '\0'; in main()
994 req = strtok(reqnames, " "); in main()
1113 OPENSSL_free(reqnames); in main()
/openssl/apps/
H A Docsp.c223 STACK_OF(OPENSSL_STRING) *reqnames = NULL; in ocsp_main()
255 if ((reqnames = sk_OPENSSL_STRING_new_null()) == NULL in ocsp_main()
445 if (!sk_OPENSSL_STRING_push(reqnames, opt_arg())) in ocsp_main()
455 if (!sk_OPENSSL_STRING_push(reqnames, opt_arg())) in ocsp_main()
846 if (!print_ocsp_summary(out, bs, req, reqnames, ids, nsec, maxage)) in ocsp_main()
871 sk_OPENSSL_STRING_free(reqnames); in ocsp_main()

Completed in 10 milliseconds