Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dsslapitest.c10769 int serverlen; member
10869 unsigned int clientlen, serverlen; in test_select_next_proto() local
10878 if (np->serverlen == -1) { in test_select_next_proto()
10880 serverlen = 0; in test_select_next_proto()
10883 serverlen = (unsigned int)np->serverlen; in test_select_next_proto()
10886 if (!TEST_int_eq(SSL_select_next_proto(&out, &outlen, server, serverlen, in test_select_next_proto()