Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/sntp/tests/
H A DpacketProcessing.c19 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-12.1/contrib/ntp/
H A DCommitLog9476 …fix PrepareAuthenticationTest() to use args and not hard wire MD5, increase CMAC key to mandatory …