Searched refs:test_vector (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/tests/
H A Dtest_check.c25 static const uint32_t test_vector = 0xCBF43926; local
29 if (crc != test_vector)
34 if (crc != test_vector)
41 if (crc != test_vector)
51 static const uint64_t test_vector = 0x995DC9BBDF1939FA; local
55 if (crc != test_vector)
60 if (crc != test_vector)
67 if (crc != test_vector)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/tests/
H A Dtest_check.c25 static const uint32_t test_vector = 0xCBF43926; local
29 if (crc != test_vector)
34 if (crc != test_vector)
41 if (crc != test_vector)
51 static const uint64_t test_vector = 0x995DC9BBDF1939FA; local
55 if (crc != test_vector)
60 if (crc != test_vector)
67 if (crc != test_vector)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/
H A Dcts128.c416 void test_vector(const unsigned char *vector, size_t len) function
528 test_vector(vector_17, sizeof(vector_17));
529 test_vector(vector_31, sizeof(vector_31));
530 test_vector(vector_32, sizeof(vector_32));
531 test_vector(vector_47, sizeof(vector_47));
532 test_vector(vector_48, sizeof(vector_48));
533 test_vector(vector_64, sizeof(vector_64));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/
H A Dcts128.c416 void test_vector(const unsigned char *vector, size_t len) function
528 test_vector(vector_17, sizeof(vector_17));
529 test_vector(vector_31, sizeof(vector_31));
530 test_vector(vector_32, sizeof(vector_32));
531 test_vector(vector_47, sizeof(vector_47));
532 test_vector(vector_48, sizeof(vector_48));
533 test_vector(vector_64, sizeof(vector_64));

Completed in 36 milliseconds