Home
last modified time | relevance | path

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

/netbsd/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()
/netbsd/crypto/external/bsd/openssl/dist/ssl/statem/
H A 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()