ssl.h

説明を見る。
00001 #ifndef VSF_SSL_H
00002 #define VSF_SSL_H
00003 
00004 struct vsf_session;
00005 struct mystr;
00006 
00007 void ssl_getline(const struct vsf_session* p_sess, struct mystr* p_str,
00008                  char end_char, char* p_buf, unsigned int buflen);
00009 int ssl_read(void* p_ssl, char* p_buf, unsigned int len);
00010 int ssl_write(void* p_ssl, const char* p_buf, unsigned int len);
00011 int ssl_write_str(void* p_ssl, const struct mystr* p_str);
00012 void ssl_init(struct vsf_session* p_sess);
00013 int ssl_accept(struct vsf_session* p_sess, int fd);
00014 void ssl_data_close(struct vsf_session* p_sess);
00015 void ssl_comm_channel_init(struct vsf_session* p_sess);
00016 void handle_auth(struct vsf_session* p_sess);
00017 void handle_pbsz(struct vsf_session* p_sess);
00018 void handle_prot(struct vsf_session* p_sess);
00019 
00020 #endif /* VSF_SSL_H */
00021 

Sat Aug 1 13:42:11 2009に生成されました。  doxygen 1.4.7