Searched refs:confunc (Results 1 – 4 of 4) sorted by relevance
772 int (**confunc) (SSL *s, WPACKET *pkt), in write_state_machine()775 int (*confunc) (SSL *s, WPACKET *pkt); in write_state_machine() local836 if (!get_construct_message_f(s, &pkt, &confunc, &mt)) { in write_state_machine()852 if (confunc != NULL && !confunc(s, &pkt)) { in write_state_machine()
1043 *confunc = NULL; in ossl_statem_server_construct_message()1048 *confunc = tls_construct_server_hello; in ossl_statem_server_construct_message()1053 *confunc = tls_construct_server_certificate; in ossl_statem_server_construct_message()1058 *confunc = tls_construct_cert_verify; in ossl_statem_server_construct_message()1064 *confunc = tls_construct_server_key_exchange; in ossl_statem_server_construct_message()1074 *confunc = tls_construct_server_done; in ossl_statem_server_construct_message()1079 *confunc = tls_construct_new_session_ticket; in ossl_statem_server_construct_message()1084 *confunc = tls_construct_cert_status; in ossl_statem_server_construct_message()1089 *confunc = tls_construct_finished; in ossl_statem_server_construct_message()1094 *confunc = NULL; in ossl_statem_server_construct_message()[all …]
895 *confunc = dtls_construct_change_cipher_spec; in ossl_statem_client_construct_message()897 *confunc = tls_construct_change_cipher_spec; in ossl_statem_client_construct_message()902 *confunc = tls_construct_client_hello; in ossl_statem_client_construct_message()907 *confunc = tls_construct_end_of_early_data; in ossl_statem_client_construct_message()912 *confunc = NULL; in ossl_statem_client_construct_message()917 *confunc = tls_construct_client_certificate; in ossl_statem_client_construct_message()922 *confunc = tls_construct_client_key_exchange; in ossl_statem_client_construct_message()927 *confunc = tls_construct_cert_verify; in ossl_statem_client_construct_message()933 *confunc = tls_construct_next_proto; in ossl_statem_client_construct_message()938 *confunc = tls_construct_finished; in ossl_statem_client_construct_message()[all …]
79 confunc_f *confunc, int *mt);92 confunc_f *confunc,int *mt);
Completed in 19 milliseconds