Searched refs:TLSP_STATE (Results 1 – 3 of 3) sorted by relevance
105 TLSP_STATE *tlsp_state_create(const char *service, in tlsp_state_create()108 TLSP_STATE *state = (TLSP_STATE *) mymalloc(sizeof(*state)); in tlsp_state_create()131 void tlsp_state_free(TLSP_STATE *state) in tlsp_state_free()
639 static int tlsp_eval_tls_error(TLSP_STATE *state, int err) in tlsp_eval_tls_error()735 static int tlsp_post_handshake(TLSP_STATE *state) in tlsp_post_handshake()788 static void tlsp_strategy(TLSP_STATE *state) in tlsp_strategy()979 TLSP_STATE *state = (TLSP_STATE *) context; in tlsp_plaintext_event()1003 TLSP_STATE *state = (TLSP_STATE *) context; in tlsp_ciphertext_event()1027 static int tlsp_client_start_pre_handshake(TLSP_STATE *state) in tlsp_client_start_pre_handshake()1041 static int tlsp_server_start_pre_handshake(TLSP_STATE *state) in tlsp_server_start_pre_handshake()1138 TLSP_STATE *state = (TLSP_STATE *) context; in tlsp_get_fd_event()1351 TLSP_STATE *state = (TLSP_STATE *) context; in tlsp_close_event()1362 TLSP_STATE *state = (TLSP_STATE *) context; in tlsp_get_request_event()[all …]
49 } TLSP_STATE; typedef54 extern TLSP_STATE *tlsp_state_create(const char *, VSTREAM *);55 extern void tlsp_state_free(TLSP_STATE *);