Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/ntpdc/
HDlayout.std336 offsetof(keyuncached) = 32
HDntpdc_ops.c2347 (u_long)ntohl(ia->keyuncached)); in authinfo()
/freebsd-13-stable/contrib/ntp/include/
HDntp_request.h774 u_int32 keyuncached; /* calls to encrypt/decrypt with uncached key */ member
/freebsd-13-stable/usr.sbin/ntp/ntpdc/
HDnl.c662 (int) offsetof(struct info_auth, keyuncached));
/freebsd-13-stable/contrib/ntp/ntpd/
HDntp_request.c2141 ia->keyuncached = htonl((u_int32)authkeyuncached); in get_auth_info()