Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dextensions.c694 RAW_EXTENSION *currext = &exts[idx]; in tls_parse_extension() local
699 if (!currext->present) in tls_parse_extension()
703 if (currext->parsed) in tls_parse_extension()
706 currext->parsed = 1; in tls_parse_extension()
719 return parser(s, &currext->data, context, x, chainidx); in tls_parse_extension()
728 return custom_ext_parse(s, context, currext->type, in tls_parse_extension()
729 PACKET_data(&currext->data), in tls_parse_extension()
730 PACKET_remaining(&currext->data), in tls_parse_extension()