Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ocsp/
Docsp_ht.c31 unsigned long max_resp_len; /* Maximum length of response */ member
71 rctx->max_resp_len = OCSP_MAX_RESP_LENGTH; in OCSP_REQ_CTX_new()
103 rctx->max_resp_len = OCSP_MAX_RESP_LENGTH; in OCSP_set_max_response_length()
105 rctx->max_resp_len = len; in OCSP_set_max_response_length()
442 if (rctx->asn1_len > rctx->max_resp_len) { in OCSP_REQ_CTX_nbio()
/third_party/f2fs-tools/tools/sg_write_buffer/include/
Dsg_cmds_extra.h190 int sg_ll_report_id_info(int sg_fd, int itype, void * resp, int max_resp_len,
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_cmds_extra.c774 sg_ll_report_id_info(int sg_fd, int itype, void * resp, int max_resp_len, in sg_ll_report_id_info() argument
785 sg_put_unaligned_be32((uint32_t)max_resp_len, rii_cdb + 6); in sg_ll_report_id_info()
799 set_scsi_pt_data_in(ptvp, (unsigned char *)resp, max_resp_len); in sg_ll_report_id_info()
801 ret = sg_cmds_process_resp(ptvp, cdb_name_s, res, max_resp_len, sense_b, in sg_ll_report_id_info()