Home
last modified time | relevance | path

Searched defs:s_to_c_fbio (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/test/
Dtls13ccstest.c19 static BIO *s_to_c_fbio = NULL, *c_to_s_fbio = NULL; variable
Dasynciotest.c293 BIO *s_to_c_fbio = NULL, *c_to_s_fbio = NULL; in test_asyncio() local
/third_party/openssl/test/helpers/
Dssltestlib.c997 SSL **cssl, BIO *s_to_c_fbio, BIO *c_to_s_fbio) in create_ssl_objects()