Home
last modified time | relevance | path

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

/openssl/test/
H A Drpktest.c97 # define RPK_TESTS 16 in test_rpk() macro
121 if (!TEST_int_le(idx, RPK_TESTS * RPK_DIMS)) in test_rpk()
125 idx %= RPK_TESTS * 2 * 4 * 2 * 2 * 2; in test_rpk()
127 idx %= RPK_TESTS * 2 * 4 * 2 * 2; in test_rpk()
129 idx %= RPK_TESTS * 2 * 4 * 2; in test_rpk()
131 idx %= RPK_TESTS * 2 * 4; in test_rpk()
132 idx_cert = idx / (RPK_TESTS * 2); in test_rpk()
133 idx %= RPK_TESTS * 2; in test_rpk()
134 idx_prot = idx / RPK_TESTS; in test_rpk()
135 idx %= RPK_TESTS; in test_rpk()
[all …]

Completed in 6 milliseconds