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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c195 static int crypto_iff (struct exten *, struct peer *);
729 if ((rval = crypto_iff(ep, peer)) != XEVNT_OK)
2346 * crypto_iff - verify Bob's response to Alice's challenge
2355 crypto_iff( function
2376 msyslog(LOG_NOTICE, "crypto_iff: scheme unavailable");
2380 msyslog(LOG_NOTICE, "crypto_iff: invalid filestamp %u",
2385 msyslog(LOG_NOTICE, "crypto_iff: defective key");
2389 msyslog(LOG_NOTICE, "crypto_iff: missing challenge");
2401 msyslog(LOG_ERR, "crypto_iff: %s",
2428 msyslog(LOG_NOTICE, "crypto_iff
[all...]

Completed in 45 milliseconds