• Home
  • Raw
  • Download

Lines Matching defs:contents

590                                     CBS *contents) {  in forbid_parse_serverhello()
602 CBS *contents) { in ignore_parse_clienthello()
621 CBB contents, server_name_list, name; in ext_sni_add_clienthello() local
637 CBS *contents) { in ext_sni_parse_serverhello()
662 CBS *contents) { in ext_sni_parse_clienthello()
731 CBB contents, prev_finished; in ext_ri_add_clienthello() local
745 CBS *contents) { in ext_ri_parse_serverhello()
828 CBS *contents) { in ext_ri_parse_clienthello()
901 CBS *contents) { in ext_ems_parse_serverhello()
927 CBS *contents) { in ext_ems_parse_clienthello()
1000 CBS *contents) { in ext_ticket_parse_serverhello()
1050 CBB contents, sigalgs_cbb; in ext_sigalgs_add_clienthello() local
1063 CBS *contents) { in ext_sigalgs_parse_clienthello()
1094 CBB contents; in ext_ocsp_add_clienthello() local
1108 CBS *contents) { in ext_ocsp_parse_serverhello()
1134 CBS *contents) { in ext_ocsp_parse_clienthello()
1189 CBS *contents) { in ext_npn_parse_serverhello()
1248 CBS *contents) { in ext_npn_parse_clienthello()
1287 CBB contents; in ext_npn_add_serverhello() local
1318 CBS *contents) { in ext_sct_parse_serverhello()
1355 CBS *contents) { in ext_sct_parse_clienthello()
1377 CBB contents; in ext_sct_add_serverhello() local
1399 CBB contents, proto_list; in ext_alpn_add_clienthello() local
1413 CBS *contents) { in ext_alpn_parse_serverhello()
1482 CBS contents; in ssl_negotiate_alpn() local
1541 CBB contents, proto_list, proto; in ext_alpn_add_serverhello() local
1580 uint8_t *out_alert, CBS *contents) { in ext_channel_id_parse_serverhello()
1598 uint8_t *out_alert, CBS *contents) { in ext_channel_id_parse_clienthello()
1649 CBB contents, profile_ids; in ext_srtp_add_clienthello() local
1672 CBS *contents) { in ext_srtp_parse_serverhello()
1720 CBS *contents) { in ext_srtp_parse_clienthello()
1769 CBB contents, profile_ids; in ext_srtp_add_serverhello() local
1788 CBB contents, formats; in ext_ec_point_add_extension() local
1810 CBS *contents) { in ext_ec_point_parse_serverhello()
1838 CBS *contents) { in ext_ec_point_parse_clienthello()
1896 CBB contents, identity, ticket, binders, binder; in ext_pre_shared_key_add_clienthello() local
1916 CBS *contents) { in ssl_ext_pre_shared_key_parse_serverhello()
1937 uint32_t *out_obfuscated_ticket_age, uint8_t *out_alert, CBS *contents) { in ssl_ext_pre_shared_key_parse_clienthello()
1996 CBB contents; in ssl_ext_pre_shared_key_add_serverhello() local
2019 CBB contents, ke_modes; in ext_psk_key_exchange_modes_add_clienthello() local
2032 CBS *contents) { in ext_psk_key_exchange_modes_parse_clienthello()
2079 uint8_t *out_alert, CBS *contents) { in ext_early_data_parse_serverhello()
2101 uint8_t *out_alert, CBS *contents) { in ext_early_data_parse_clienthello()
2142 CBB contents, kse_bytes; in ext_key_share_add_clienthello() local
2211 uint8_t *out_alert, CBS *contents) { in ssl_ext_key_share_parse_serverhello()
2241 uint8_t *out_alert, CBS *contents) { in ssl_ext_key_share_parse_clienthello()
2348 CBB contents, versions; in ext_supported_versions_add_clienthello() local
2379 CBB contents, cookie; in ext_cookie_add_clienthello() local
2403 CBB contents, groups_bytes; in ext_supported_groups_add_clienthello() local
2432 CBS *contents) { in ext_supported_groups_parse_serverhello()
2440 CBS *contents) { in ext_supported_groups_parse_clienthello()
2879 CBS *contents = NULL, fake_contents; in ssl_scan_clienthello_tlsext() local
3524 int ssl_is_sct_list_valid(const CBS *contents) { in ssl_is_sct_list_valid()