Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/sntp/tests/
H A DpacketProcessing.c20 void PrepareAuthenticationTestMD5(int key_id,int key_len,const void* key_seq);
93 PrepareAuthenticationTestMD5( in PrepareAuthenticationTestMD5() function
230 PrepareAuthenticationTestMD5(50, 9, "123456789"); in test_AuthenticatedPacketInvalid()
256 PrepareAuthenticationTestMD5(30, 9, "123456789"); in test_AuthenticatedPacketUnknownKey()
423 PrepareAuthenticationTestMD5(10, 15, "123456789abcdef"); in test_CorrectAuthenticatedPacketMD5()