Home
last modified time | relevance | path

Searched refs:authencrypt (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/ntp/include/
H A Dntp_stdlib.h73 extern size_t authencrypt (keyid_t, u_int32 *, size_t);
/freebsd-13.1/contrib/ntp/libntp/
H A Dauthkeys.c877 authencrypt( in authencrypt() function
/freebsd-13.1/contrib/ntp/ntpdc/
H A Dntpdc.c950 maclen = authencrypt( in sendrequest()
/freebsd-13.1/contrib/ntp/ntpdate/
H A Dntpdate.c717 len = authencrypt(sys_authkey, (u_int32 *)&xpkt, LEN_PKT_NOMAC); in transmit()
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_proto.c4425 authlen = authencrypt(xkeyid, (u_int32 *)&xpkt, sendlen); in peer_xmit()
4738 sendlen += authencrypt(xkeyid, (u_int32 *)&xpkt, sendlen); in fast_xmit()
H A Dntp_control.c878 maclen = authencrypt(res_keyid, (u_int32 *)&rpkt, in ctl_error()
1468 maclen = authencrypt(res_keyid, in ctl_flushpkt()
/freebsd-13.1/contrib/ntp/ntpq/
H A Dntpq.c1380 maclen = authencrypt(info_auth_keyid, (void *)&qpkt, pktsize); in sendrequest()
/freebsd-13.1/contrib/ntp/
H A DCommitLog-4.1.02331 (authencrypt):
4443 * libntp/a_md5encrypt.c, libntp/authencrypt.c, libntp/authkeys.c,
4472 * libntp/authencrypt.c: Likewise.
5357 * libntp/authencrypt.c:
H A DCommitLog136529 authencrypt() jams the keyid into the packet structure.