Home
last modified time | relevance | path

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

/third_party/openssl/ssl/statem/
Dextensions.c695 RAW_EXTENSION *currext = &exts[idx]; in tls_parse_extension() local
700 if (!currext->present) in tls_parse_extension()
704 if (currext->parsed) in tls_parse_extension()
707 currext->parsed = 1; in tls_parse_extension()
720 return parser(s, &currext->data, context, x, chainidx); in tls_parse_extension()
729 return custom_ext_parse(s, context, currext->type, in tls_parse_extension()
730 PACKET_data(&currext->data), in tls_parse_extension()
731 PACKET_remaining(&currext->data), in tls_parse_extension()