Searched refs:tls_bio (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/tls/
H A Dtls.h343 extern int tls_bio(int, int, TLS_SESS_STATE *,
350 tls_bio((fd), (timeout), (context), SSL_connect, \
353 tls_bio((fd), (timeout), (context), SSL_accept, \
356 tls_bio((fd), (timeout), (context), SSL_shutdown, \
359 tls_bio((fd), (timeout), (context), NULL, \
362 tls_bio((fd), (timeout), (context), NULL, \
H A Dtls_bio_ops.c121 /* tls_bio - perform SSL input/output operation with extreme prejudice */
123 int tls_bio(int fd, int timeout, TLS_SESS_STATE *TLScontext, function
129 const char *myname = "tls_bio";

Completed in 163 milliseconds