Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dsslapitest.c12372 int serverlen; member
12417 unsigned int clientlen, serverlen; in test_select_next_proto() local
12426 if (np->serverlen == -1) { in test_select_next_proto()
12428 serverlen = 0; in test_select_next_proto()
12431 serverlen = (unsigned int)np->serverlen; in test_select_next_proto()
12434 if (!TEST_int_eq(SSL_select_next_proto(&out, &outlen, server, serverlen, in test_select_next_proto()