Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dsslapitest.c12483 static const unsigned char fooprot[] = { 3, 'f', 'o', 'o' }; variable
12495 *out = fooprot; in npn_advert_cb()
12496 *outlen = sizeof(fooprot); in npn_advert_cb()
12517 *out = (unsigned char *)(fooprot + 1); in npn_select_cb()
12518 *outlen = *fooprot; in npn_select_cb()
12579 if (!TEST_mem_eq(prot, protlen, fooprot + 1, *fooprot)) in test_npn()
12615 *out = (unsigned char *)(fooprot + 1); in alpn_select_cb2()
12616 *outlen = *fooprot; in alpn_select_cb2()
12647 const unsigned char *prots = fooprot; in test_alpn()
12648 unsigned int protslen = sizeof(fooprot); in test_alpn()
[all …]