Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/libntp/
H A Dauthkeys.c582 authhavekey( in authhavekey() function
895 if (!authhavekey(keyno)) { in authencrypt()
924 if (0 == keyno || !authhavekey(keyno) || size < 4) { in authdecrypt()
/freebsd-14.2/contrib/ntp/include/
H A Dntp_stdlib.h84 extern int authhavekey (keyid_t);
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_request.c610 if (!mod_okay || !authhavekey(info_auth_keyid)) { in process_private()
H A Dntp_crypto.c337 if (authhavekey(keyid)) in make_keylist()
/freebsd-14.2/contrib/ntp/
H A DCommitLog-4.1.02328 (authhavekey):
H A DCommitLog157872 Added tests for both auth_havekey and authhavekey.
169362 move break; in authhavekey() back where it belongs after recent