Home
last modified time | relevance | path

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

/freebsd-src/contrib/ntp/sntp/tests/
H A DpacketProcessing.c17 void PrepareAuthenticationTest(int key_id,int key_len,const char* type,const void* key_seq);
65 PrepareAuthenticationTest( in PrepareAuthenticationTest() function
225 PrepareAuthenticationTest(50, 9, "SHAKE128", "123456789"); in test_AuthenticatedPacketInvalid()
258 PrepareAuthenticationTest(30, 9, "SHAKE128", "123456789"); in test_AuthenticatedPacketUnknownKey()
434 PrepareAuthenticationTest(k_id, 15, "MD5", "123456789abcdef"); in test_CorrectAuthenticatedPacketMD5()
468 PrepareAuthenticationTest(k_id, 15, "SHAKE128", "123456789abcdef"); in test_CorrectAuthenticatedPacketSHAKE128()
499 PrepareAuthenticationTest(k_id, 15, "SHA1", "abcdefghijklmno"); in test_CorrectAuthenticatedPacketSHA1()
526 PrepareAuthenticationTest(30, CMAC_LENGTH, CMAC, "abcdefghijklmnop"); in test_CorrectAuthenticatedPacketCMAC()
/freebsd-src/contrib/ntp/
H A DCommitLog19545 …fix PrepareAuthenticationTest() to use args and not hard wire MD5, increase CMAC key to mandatory …