Searched refs:resplen (Results 1 – 1 of 1) sorted by relevance
2869 size_t resplen; in tls_process_cert_status_body() local2877 if (!PACKET_get_net_3_len(pkt, &resplen) in tls_process_cert_status_body()2878 || PACKET_remaining(pkt) != resplen) { in tls_process_cert_status_body()2882 s->ext.ocsp.resp = OPENSSL_malloc(resplen); in tls_process_cert_status_body()2888 s->ext.ocsp.resp_len = resplen; in tls_process_cert_status_body()2889 if (!PACKET_copy_bytes(pkt, s->ext.ocsp.resp, resplen)) { in tls_process_cert_status_body()
Completed in 14 milliseconds