Home
last modified time | relevance | path

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

/src/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dquic-hq-interop.c860 BIO *req_bio = NULL; in main() local
888 req_bio = BIO_new_file(reqfile, "r"); in main()
889 if (req_bio == NULL) { in main()
895 while (!BIO_eof(req_bio)) { in main()
896 if (!BIO_read_ex(req_bio, &reqnames[read_offset], REQ_STRING_SZ, &bytes_read)) { in main()
1036 BIO_free(req_bio); in main()
/src/crypto/openssl/crypto/ts/
H A Dts_rsp_sign.c373 TS_RESP *TS_RESP_create_response(TS_RESP_CTX *ctx, BIO *req_bio) in TS_RESP_create_response() argument
385 if ((ctx->request = d2i_TS_REQ_bio(req_bio, NULL)) == NULL) { in TS_RESP_create_response()
/src/crypto/openssl/include/openssl/
H A Dts.h354 TS_RESP *TS_RESP_create_response(TS_RESP_CTX *ctx, BIO *req_bio);