Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dsslapitest.c10904 static const unsigned char fooprot[] = {3, 'f', 'o', 'o' }; variable
10916 *out = fooprot; in npn_advert_cb()
10917 *outlen = sizeof(fooprot); in npn_advert_cb()
10938 *out = (unsigned char *)(fooprot + 1); in npn_select_cb()
10939 *outlen = *fooprot; in npn_select_cb()
11000 if (!TEST_mem_eq(prot, protlen, fooprot + 1, *fooprot)) in test_npn()
11036 *out = (unsigned char *)(fooprot + 1); in alpn_select_cb2()
11037 *outlen = *fooprot; in alpn_select_cb2()
11068 const unsigned char *prots = fooprot; in test_alpn()
11069 unsigned int protslen = sizeof(fooprot); in test_alpn()
[all …]