Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions.c723 RAW_EXTENSION *currext = &exts[idx]; in tls_parse_extension() local
728 if (!currext->present) in tls_parse_extension()
732 if (currext->parsed) in tls_parse_extension()
735 currext->parsed = 1; in tls_parse_extension()
748 return parser(s, &currext->data, context, x, chainidx); in tls_parse_extension()
757 return custom_ext_parse(s, context, currext->type, in tls_parse_extension()
758 PACKET_data(&currext->data), in tls_parse_extension()
759 PACKET_remaining(&currext->data), in tls_parse_extension()
/third_party/openssl/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()

Completed in 5 milliseconds