Searched refs:ca_contents (Results 1 – 2 of 2) sorted by relevance
1012 CBB ca_contents; in do_send_server_hello() local1016 &ca_contents) || in do_send_server_hello()1017 !ssl_add_client_CA_list(hs, &ca_contents) || in do_send_server_hello()
2595 CBB ca_contents; in ext_certificate_authorities_add_clienthello() local2598 !CBB_add_u16_length_prefixed(out_compressible, &ca_contents) || // in ext_certificate_authorities_add_clienthello()2599 !ssl_add_CA_names(hs, &ca_contents) || // in ext_certificate_authorities_add_clienthello()
Completed in 16 milliseconds