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

  /src/external/bsd/atf/dist/tools/
test_helpers.hpp 74 const char** expected_iter = expected; local
78 while (equals && *expected_iter != NULL && actual_iter != actual.end()) {
79 if (*expected_iter != *actual_iter) {
82 expected_iter++;
86 if (equals && ((*expected_iter == NULL && actual_iter != actual.end()) ||
87 (*expected_iter != NULL && actual_iter == actual.end())))
92 for (expected_iter = expected; *expected_iter != NULL; expected_iter++)
93 std::cerr << *expected_iter << "\n" local
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
sm4_internal_test.c 48 static const uint8_t expected_iter[SM4_BLOCK_SIZE] = { local
67 if (!TEST_mem_eq(block, SM4_BLOCK_SIZE, expected_iter, SM4_BLOCK_SIZE))
  /src/crypto/external/bsd/openssl/dist/test/
sm4_internal_test.c 48 static const uint8_t expected_iter[SM4_BLOCK_SIZE] = { local
67 if (!TEST_mem_eq(block, SM4_BLOCK_SIZE, expected_iter, SM4_BLOCK_SIZE))
  /src/crypto/external/bsd/openssl.old/dist/test/
sm4_internal_test.c 48 static const uint8_t expected_iter[SM4_BLOCK_SIZE] = { local
67 if (!TEST_mem_eq(block, SM4_BLOCK_SIZE, expected_iter, SM4_BLOCK_SIZE))

Completed in 23 milliseconds