Lines Matching defs:ext_type

512 static int serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type,
516 if (ext_type == SCT_EXT_TYPE)
518 else if (ext_type == TACK_EXT_TYPE)
544 static int custom_ext_0_cli_add_cb(SSL *s, unsigned int ext_type,
548 if (ext_type != CUSTOM_EXT_TYPE_0)
553 static int custom_ext_0_cli_parse_cb(SSL *s, unsigned int ext_type,
560 static int custom_ext_1_cli_add_cb(SSL *s, unsigned int ext_type,
564 if (ext_type != CUSTOM_EXT_TYPE_1)
571 static int custom_ext_1_cli_parse_cb(SSL *s, unsigned int ext_type,
578 static int custom_ext_2_cli_add_cb(SSL *s, unsigned int ext_type,
582 if (ext_type != CUSTOM_EXT_TYPE_2)
589 static int custom_ext_2_cli_parse_cb(SSL *s, unsigned int ext_type,
593 if (ext_type != CUSTOM_EXT_TYPE_2)
600 static int custom_ext_3_cli_add_cb(SSL *s, unsigned int ext_type,
604 if (ext_type != CUSTOM_EXT_TYPE_3)
611 static int custom_ext_3_cli_parse_cb(SSL *s, unsigned int ext_type,
615 if (ext_type != CUSTOM_EXT_TYPE_3)
628 static int custom_ext_0_srv_parse_cb(SSL *s, unsigned int ext_type,
637 static int custom_ext_0_srv_add_cb(SSL *s, unsigned int ext_type,
646 static int custom_ext_1_srv_parse_cb(SSL *s, unsigned int ext_type,
650 if (ext_type != CUSTOM_EXT_TYPE_1)
660 static int custom_ext_1_srv_add_cb(SSL *s, unsigned int ext_type,
667 static int custom_ext_2_srv_parse_cb(SSL *s, unsigned int ext_type,
671 if (ext_type != CUSTOM_EXT_TYPE_2)
681 static int custom_ext_2_srv_add_cb(SSL *s, unsigned int ext_type,
690 static int custom_ext_3_srv_parse_cb(SSL *s, unsigned int ext_type,
694 if (ext_type != CUSTOM_EXT_TYPE_3)
704 static int custom_ext_3_srv_add_cb(SSL *s, unsigned int ext_type,