Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dssl_old_test.c616 int doit_localhost(SSL *s_ssl, SSL *c_ssl, int family,
1814 ret = doit_localhost(s_ssl, c_ssl, BIO_FAMILY_IPV4, in main()
1818 ret = doit_localhost(s_ssl, c_ssl, BIO_FAMILY_IPV6, in main()
1920 int doit_localhost(SSL *s_ssl, SSL *c_ssl, int family, long count, in doit_localhost() function