Searched refs:tls_dump_gets (Results 1 – 1 of 1) sorted by relevance
34 static int tls_dump_gets(BIO *bp, char *buf, int size);56 || !BIO_meth_set_gets(method_tls_dump, tls_dump_gets) in bio_f_tls_dump_filter()238 static int tls_dump_gets(BIO *bio, char *buf, int size) in tls_dump_gets() function