"Fossies" - the Fresh Open Source Software Archive

Member "tlswrap-1.04/tls.h" (25 Nov 2006, 368 Bytes) of package /linux/privat/old/tlswrap-1.04.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. For more information about "tls.h" see the Fossies "Dox" file reference documentation.

    1 #ifndef __TLS_H__
    2 #define __TLS_H__
    3 
    4 void    tls_init(char *);
    5 void    tls_auth(struct user_data *, int, char *, char *);
    6 void    tls_auth_cont(struct user_data *, int);
    7 int     tls_write(struct user_data *, const void *buf, int, int);
    8 int     tls_read(struct user_data *, void *, int, int);
    9 int     tls_cert(struct user_data *, int);
   10 long    tls_cert2(struct user_data *, int);
   11 #endif