Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dtls13ccstest.c32 static int watchccs_gets(BIO *bp, char *buf, int size);
49 || !BIO_meth_set_gets(method_watchccs, watchccs_gets) in bio_f_watchccs_filter()
232 static int watchccs_gets(BIO *bio, char *buf, int size) in watchccs_gets() function