Searched refs:CompareKeysAlternative (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ntp/sntp/tests/ |
H A D | keyFile.c | 11 bool CompareKeysAlternative(int key_id,int key_len,const char* type,const char* key_seq,struct key … 50 CompareKeysAlternative( in CompareKeysAlternative() function 98 TEST_ASSERT_TRUE(CompareKeysAlternative(40, 11, "MD5", "asciikeyTwo", *result)); in test_ReadASCIIKeys() 103 TEST_ASSERT_TRUE(CompareKeysAlternative(50, 11, "MD5", "asciikeyOne", *result)); in test_ReadASCIIKeys() 123 TEST_ASSERT_TRUE(CompareKeysAlternative(10, 13, "MD5", in test_ReadHexKeys() 131 TEST_ASSERT_TRUE(CompareKeysAlternative(20, 15, "MD5", data1, *result)); in test_ReadHexKeys() 138 TEST_ASSERT_TRUE(CompareKeysAlternative(30, 13, "MD5", data2, *result)); in test_ReadHexKeys() 159 TEST_ASSERT_TRUE(CompareKeysAlternative(10, 15, "MD5", data, *result)); in test_ReadKeyFileWithComments() 164 TEST_ASSERT_TRUE(CompareKeysAlternative(34, 3, "MD5", "xyz", *result)); in test_ReadKeyFileWithComments() 185 TEST_ASSERT_TRUE(CompareKeysAlternative(10, 15, "MD5", data, *result)); in test_ReadKeyFileWithInvalidHex()
|