Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dssltestlib.c59 static int tls_dump_gets(BIO *bp, char *buf, int size);
81 || !BIO_meth_set_gets(method_tls_dump, tls_dump_gets) in bio_f_tls_dump_filter()
263 static int tls_dump_gets(BIO *bio, char *buf, int size) in tls_dump_gets() function