HomeSort by: relevance | last modified time | path
    Searched refs:fooprot (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/
sslapitest.c 10904 static const unsigned char fooprot[] = {3, 'f', 'o', 'o' }; variable
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;
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 12831 static const unsigned char fooprot[] = { 3, 'f', 'o', 'o' }; variable
12843 *out = fooprot;
12844 *outlen = sizeof(fooprot);
12865 *out = (unsigned char *)(fooprot + 1);
12866 *outlen = *fooprot;
12927 if (!TEST_mem_eq(prot, protlen, fooprot + 1, *fooprot))
12963 *out = (unsigned char *)(fooprot + 1);
12964 *outlen = *fooprot;
12995 const unsigned char *prots = fooprot;
    [all...]

Completed in 27 milliseconds