Searched refs:crypto_gq (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c196 static int crypto_gq (struct exten *, struct peer *);
767 if ((rval = crypto_gq(ep, peer)) != XEVNT_OK)
2668 * crypto_gq - verify Bob's response to Alice's challenge
2678 crypto_gq( function
2700 msyslog(LOG_NOTICE, "crypto_gq: scheme unavailable");
2704 msyslog(LOG_NOTICE, "crypto_gq: invalid filestamp %u",
2709 msyslog(LOG_NOTICE, "crypto_gq: defective key");
2714 msyslog(LOG_NOTICE, "crypto_gq: missing challenge");
2727 msyslog(LOG_ERR, "crypto_gq: %s",
2737 msyslog(LOG_NOTICE, "crypto_gq
[all...]

Completed in 169 milliseconds