Searched refs:keyno (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/ntp-92/libntp/
H A Dauthusekey.c20 keyid_t keyno,
33 MD5auth_setkey(keyno, keytype, str, (int)strlen((const char *)str));
19 authusekey( keyid_t keyno, int keytype, const u_char *str ) argument
H A Dauthkeys.c91 keyid_t keyno
96 sk = key_hash[KEYHASH(keyno)];
98 if (keyno == sk->keyid)
112 keyid_t keyno
117 if (keyno == 0 || (keyno == cache_keyid))
120 sk = key_hash[KEYHASH(keyno)];
122 if (keyno == sk->keyid)
136 keyid_t keyno
142 if (keyno
215 authtrust( keyid_t keyno, u_long trust ) argument
336 MD5auth_setkey( keyid_t keyno, int keytype, const u_char *key, const int len ) argument
483 authencrypt( keyid_t keyno, u_int32 *pkt, int length ) argument
512 authdecrypt( keyid_t keyno, u_int32 *pkt, int length, int size ) argument
[all...]
H A Dauthreadkeys.c75 keyid_t keyno; local
109 keyno = atoi(token);
110 if (keyno == 0) {
116 if (keyno > NTP_MAXKEY) {
129 "authreadkeys: no key type for key %d", keyno);
142 "authreadkeys: invalid type for key %d", keyno);
147 "authreadkeys: no algorithm for key %d", keyno);
158 "authreadkeys: invalid type for key %d", keyno);
173 "authreadkeys: no key for key %d", keyno);
178 MD5auth_setkey(keyno, keytyp
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/btree/
H A Dbt_recno.c1028 db_recno_t keyno; local
1055 key.data = &keyno;
1111 for (keyno = 1;; ++keyno) {
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_crypto.c194 keyid_t keyno, /* key ID */
217 header[2] = htonl(keyno);
227 header[8] = htonl(keyno);
238 MD5auth_setkey(keyno, crypto_nid, dgst, len);
239 authtrust(keyno, lifetime);
242 stoa(srcadr), stoa(dstadr), keyno,
191 session_key( sockaddr_u *srcadr, sockaddr_u *dstadr, keyid_t keyno, keyid_t private, u_long lifetime ) argument
/macosx-10.10.1/ntp-92/sntp/
H A Dsntp-opts.def165 This option specifies the keyfile. SNTP will search for the key specified with -a keyno in this

Completed in 128 milliseconds