Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/helpers/
H A Dssltestlib.c34 static int tls_dump_gets(BIO *bp, char *buf, int size);
57 || !BIO_meth_set_gets(method_tls_dump, tls_dump_gets) in bio_f_tls_dump_filter()
239 static int tls_dump_gets(BIO *bio, char *buf, int size) in tls_dump_gets() function