HomeSort by: relevance | last modified time | path
    Searched defs:k_id (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/tests/
packetProcessing.c 432 keyid_t k_id = 10; local
436 PrepareAuthenticationTest(k_id, 15, "MD5", "123456789abcdef");
440 testpkt.p.exten[0] = htonl(k_id);
466 keyid_t k_id = 10; local
470 PrepareAuthenticationTest(k_id, 15, "SHAKE128", "123456789abcdef");
474 testpkt.p.exten[0] = htonl(k_id);
497 keyid_t k_id = 20; local
501 PrepareAuthenticationTest(k_id, 15, "SHA1", "abcdefghijklmno");
505 testpkt.p.exten[0] = htonl(k_id);

Completed in 15 milliseconds