Searched refs:PrepareAuthenticationTest (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/ntp/sntp/tests/ |
| H A D | packetProcessing.c | 19 void PrepareAuthenticationTest(int key_id,int key_len,const char* type,const void* key_seq); 67 PrepareAuthenticationTest( in PrepareAuthenticationTest() function 99 PrepareAuthenticationTest(key_id, key_len, "MD5", key_seq); in PrepareAuthenticationTestMD5() 445 PrepareAuthenticationTest(20, 15, "SHA1", "abcdefghijklmno"); in test_CorrectAuthenticatedPacketSHA1() 469 PrepareAuthenticationTest(30, CMAC_LENGTH, CMAC, "abcdefghijklmnop"); in test_CorrectAuthenticatedPacketCMAC()
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | CommitLog | 10189 …fix PrepareAuthenticationTest() to use args and not hard wire MD5, increase CMAC key to mandatory …
|