Searched refs:authencrypt (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/ntp/include/ |
| H A D | ntp_stdlib.h | 83 extern size_t authencrypt (keyid_t, u_int32 *, size_t);
|
| /src/contrib/ntp/tests/libntp/ |
| H A D | digests.c | 112 res_sz = authencrypt((key), pkt, pkt_sz); \
|
| /src/contrib/ntp/libntp/ |
| H A D | authkeys.c | 879 authencrypt( in authencrypt() function
|
| /src/contrib/ntp/ntpdc/ |
| H A D | ntpdc.c | 968 maclen = authencrypt( in sendrequest()
|
| /src/contrib/ntp/ntpdate/ |
| H A D | ntpdate.c | 717 len = authencrypt(sys_authkey, (u_int32 *)&xpkt, LEN_PKT_NOMAC); in transmit()
|
| /src/contrib/ntp/ntpd/ |
| H A D | ntp_proto.c | 4512 authlen = authencrypt(xkeyid, (u_int32 *)&xpkt, sendlen); in peer_xmit() 4837 sendlen += authencrypt(xkeyid, (u_int32 *)&xpkt, sendlen); in fast_xmit()
|
| H A D | ntp_control.c | 872 maclen = authencrypt(res_keyid, (u_int32 *)&rpkt, in ctl_error() 1462 maclen = authencrypt(res_keyid, in ctl_flushpkt()
|
| /src/contrib/ntp/ntpq/ |
| H A D | ntpq.c | 1409 maclen = authencrypt(info_auth_keyid, (void *)&qpkt, pktsize); in sendrequest()
|
| /src/contrib/ntp/ |
| H A D | CommitLog-4.1.0 | 2331 (authencrypt): 4443 * libntp/a_md5encrypt.c, libntp/authencrypt.c, libntp/authkeys.c, 4472 * libntp/authencrypt.c: Likewise. 5357 * libntp/authencrypt.c:
|
| H A D | CommitLog | 145885 authencrypt() jams the keyid into the packet structure.
|