Home
last modified time | relevance | path

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

/openssl/ssl/statem/
H A Dstatem_clnt.c2869 size_t resplen; in tls_process_cert_status_body() local
2877 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