Home
last modified time | relevance | path

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

/src/contrib/ntp/include/
H A Dntp_stdlib.h83 extern size_t authencrypt (keyid_t, u_int32 *, size_t);
/src/contrib/ntp/tests/libntp/
H A Ddigests.c112 res_sz = authencrypt((key), pkt, pkt_sz); \
/src/contrib/ntp/libntp/
H A Dauthkeys.c879 authencrypt( in authencrypt() function
/src/contrib/ntp/ntpdc/
H A Dntpdc.c968 maclen = authencrypt( in sendrequest()
/src/contrib/ntp/ntpdate/
H A Dntpdate.c717 len = authencrypt(sys_authkey, (u_int32 *)&xpkt, LEN_PKT_NOMAC); in transmit()
/src/contrib/ntp/ntpd/
H A Dntp_proto.c4512 authlen = authencrypt(xkeyid, (u_int32 *)&xpkt, sendlen); in peer_xmit()
4837 sendlen += authencrypt(xkeyid, (u_int32 *)&xpkt, sendlen); in fast_xmit()
H A Dntp_control.c872 maclen = authencrypt(res_keyid, (u_int32 *)&rpkt, in ctl_error()
1462 maclen = authencrypt(res_keyid, in ctl_flushpkt()
/src/contrib/ntp/ntpq/
H A Dntpq.c1409 maclen = authencrypt(info_auth_keyid, (void *)&qpkt, pktsize); in sendrequest()
/src/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 DCommitLog145885 authencrypt() jams the keyid into the packet structure.