| /src/crypto/external/bsd/openssl/dist/test/ |
| lhash_test.c | 32 static int int_tests[] = { 65537, 13, 1, 3, -5, 6, 7, 4, -10, -12, -14, 22, 9, variable 34 static const unsigned int n_int_tests = OSSL_NELEM(int_tests); 35 static short int_found[OSSL_NELEM(int_tests)]; 53 if (int_tests[i] == n) 103 if (!TEST_ptr_null(lh_int_insert(h, int_tests + i))) { 114 if (!TEST_int_eq(*lh_int_retrieve(h, int_tests + i), int_tests[i])) { 119 if (!TEST_ptr_eq(lh_int_retrieve(h, int_tests + i), int_tests + i)) { 124 if (!TEST_ptr_eq(lh_int_retrieve(h, &j), int_tests + 2) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| lhash_test.c | 32 static int int_tests[] = { 65537, 13, 1, 3, -5, 6, 7, 4, -10, -12, -14, 22, 9, variable 34 static const unsigned int n_int_tests = OSSL_NELEM(int_tests); 35 static short int_found[OSSL_NELEM(int_tests)]; 52 if (int_tests[i] == n) 92 if (!TEST_ptr_null(lh_int_insert(h, int_tests + i))) { 103 if (!TEST_int_eq(*lh_int_retrieve(h, int_tests + i), int_tests[i])) { 108 if (!TEST_ptr_eq(lh_int_retrieve(h, int_tests + i), int_tests + i)) { 113 if (!TEST_ptr_eq(lh_int_retrieve(h, &j), int_tests + 2) [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| lhash_test.c | 35 static int int_tests[] = { 65537, 13, 1, 3, -5, 6, 7, 4, -10, -12, -14, 22, 9, variable 37 static const size_t n_int_tests = OSSL_NELEM(int_tests); 38 static short int_found[OSSL_NELEM(int_tests)]; 56 if (int_tests[i] == n) 106 if (!TEST_ptr_null(lh_int_insert(h, int_tests + i))) { 117 if (!TEST_int_eq(*lh_int_retrieve(h, int_tests + i), int_tests[i])) { 122 if (!TEST_ptr_eq(lh_int_retrieve(h, int_tests + i), int_tests + i)) { 127 if (!TEST_ptr_eq(lh_int_retrieve(h, &j), int_tests + 2) [all...] |