Home
last modified time | relevance | path

Searched refs:tlso_bio_write (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dtls_o.c1211 tlso_bio_write( BIO *b, const char *buf, int len ) in tlso_bio_write() function
1256 return tlso_bio_write( b, str, strlen( str ) ); in tlso_bio_puts()
1264 BIO_meth_set_write( method, tlso_bio_write ); in tlso_bio_setup()