Lines Matching refs:payload

145 	pos = hdr.payload;  in tls_process_ocsp_single_response()
146 end = hdr.payload + hdr.length; in tls_process_ocsp_single_response()
167 name_hash = hdr.payload; in tls_process_ocsp_single_response()
171 pos = hdr.payload + hdr.length; in tls_process_ocsp_single_response()
192 key_hash = hdr.payload; in tls_process_ocsp_single_response()
195 pos = hdr.payload + hdr.length; in tls_process_ocsp_single_response()
215 serial_number = hdr.payload; in tls_process_ocsp_single_response()
249 hdr.payload, hdr.length); in tls_process_ocsp_single_response()
250 pos = hdr.payload + hdr.length; in tls_process_ocsp_single_response()
256 x509_parse_time(hdr.payload, hdr.length, hdr.tag, &update) < 0) { in tls_process_ocsp_single_response()
261 pos = hdr.payload + hdr.length; in tls_process_ocsp_single_response()
273 const u8 *next = hdr.payload + hdr.length; in tls_process_ocsp_single_response()
275 if (asn1_get_next(hdr.payload, hdr.length, &hdr) < 0 || in tls_process_ocsp_single_response()
277 x509_parse_time(hdr.payload, hdr.length, hdr.tag, in tls_process_ocsp_single_response()
331 hdr.payload, hdr.length, in tls_process_ocsp_responses()
334 pos = hdr.payload + hdr.length; in tls_process_ocsp_responses()
380 pos = hdr.payload; in tls_process_basic_ocsp_response()
381 end = hdr.payload + hdr.length; in tls_process_basic_ocsp_response()
390 resp_data = hdr.payload; in tls_process_basic_ocsp_response()
393 pos = hdr.payload + hdr.length; in tls_process_basic_ocsp_response()
409 pos = hdr.payload; in tls_process_basic_ocsp_response()
432 hdr.payload, hdr.length); in tls_process_basic_ocsp_response()
433 pos = hdr.payload; in tls_process_basic_ocsp_response()
434 end = hdr.payload + hdr.length; in tls_process_basic_ocsp_response()
445 cert = x509_certificate_parse(hdr.payload, hdr.length); in tls_process_basic_ocsp_response()
454 pos = hdr.payload + hdr.length; in tls_process_basic_ocsp_response()
483 hdr.payload[0]); in tls_process_basic_ocsp_response()
484 if (hdr.payload[0] != 0) { in tls_process_basic_ocsp_response()
487 hdr.payload[0]); in tls_process_basic_ocsp_response()
490 pos = hdr.payload + hdr.length; in tls_process_basic_ocsp_response()
509 if (x509_parse_name(hdr.payload, hdr.length, &name, &pos) < 0) in tls_process_basic_ocsp_response()
515 if (asn1_get_next(hdr.payload, hdr.length, &hdr) < 0 || in tls_process_basic_ocsp_response()
521 key_hash = hdr.payload; in tls_process_basic_ocsp_response()
530 pos = hdr.payload + hdr.length; in tls_process_basic_ocsp_response()
540 x509_parse_time(hdr.payload, hdr.length, hdr.tag, in tls_process_basic_ocsp_response()
547 pos = hdr.payload + hdr.length; in tls_process_basic_ocsp_response()
556 responses = hdr.payload; in tls_process_basic_ocsp_response()
559 pos = hdr.payload + hdr.length; in tls_process_basic_ocsp_response()
674 pos = hdr.payload; in tls_process_ocsp_response()
675 end = hdr.payload + hdr.length; in tls_process_ocsp_response()
684 resp_status = hdr.payload[0]; in tls_process_ocsp_response()
686 pos = hdr.payload + hdr.length; in tls_process_ocsp_response()
709 if (asn1_get_next(hdr.payload, hdr.length, &hdr) < 0 || in tls_process_ocsp_response()
715 pos = hdr.payload; in tls_process_ocsp_response()
716 end = hdr.payload + hdr.length; in tls_process_ocsp_response()
749 hdr.payload, in tls_process_ocsp_response()