Searched refs:reqnames (Results 1 – 2 of 2) sorted by relevance
/openssl/demos/guide/ |
H A D | quic-hq-interop.c | 852 char *reqnames = OPENSSL_zalloc(1025); in main() local 889 if (!BIO_read_ex(req_bio, &reqnames[read_offset], REQ_STRING_SZ, &bytes_read)) { in main() 894 reqnames = OPENSSL_realloc(reqnames, read_offset + REQ_STRING_SZ); in main() 895 if (reqnames == NULL) { in main() 902 reqnames[read_offset + 1] = '\0'; in main() 909 req = strtok(reqnames, " "); in main() 1028 OPENSSL_free(reqnames); in main()
|
/openssl/apps/ |
H A D | ocsp.c | 223 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 13 milliseconds