Home | History | Annotate | Download | only in test

Lines Matching refs:fooprot

10904 static const unsigned char fooprot[] = {3, 'f', 'o', 'o' };
10916 *out = fooprot;
10917 *outlen = sizeof(fooprot);
10938 *out = (unsigned char *)(fooprot + 1);
10939 *outlen = *fooprot;
11000 if (!TEST_mem_eq(prot, protlen, fooprot + 1, *fooprot))
11036 *out = (unsigned char *)(fooprot + 1);
11037 *outlen = *fooprot;
11068 const unsigned char *prots = fooprot;
11069 unsigned int protslen = sizeof(fooprot);
11107 if (!TEST_mem_eq(prot, protlen, fooprot + 1, *fooprot))