Home
last modified time | relevance | path

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

/openssl/ssl/statem/
H A Dextensions.c742 RAW_EXTENSION *currext = &exts[idx]; in tls_parse_extension() local
747 if (!currext->present) in tls_parse_extension()
751 if (currext->parsed) in tls_parse_extension()
754 currext->parsed = 1; in tls_parse_extension()
767 return parser(s, &currext->data, context, x, chainidx); in tls_parse_extension()
776 return custom_ext_parse(s, context, currext->type, in tls_parse_extension()
777 PACKET_data(&currext->data), in tls_parse_extension()
778 PACKET_remaining(&currext->data), in tls_parse_extension()

Completed in 9 milliseconds