OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIO_test_add_input
(Results
1 - 3
of
3
) sorted by null
/external/tlsdate/src/
test-bio.h
18
void
BIO_test_add_input
(BIO *b, const unsigned char *buf, size_t bufsz);
test-bio.c
152
void API
BIO_test_add_input
(BIO *b, const unsigned char *buf, size_t bufsz)
proxy-bio-unittest.c
94
BIO_test_add_input
(test, buf, sz);
99
BIO_test_add_input
(test, (unsigned char *) &c, 1);
Completed in 61 milliseconds