Searched refs:pkeyid (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/
H A Dnetworking.h75 keyid_t pkeyid; /* previous key ID */ member in struct:speer
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms_lib.c639 int cms_set1_keyid(ASN1_OCTET_STRING **pkeyid, X509 *cert) argument
652 if (*pkeyid)
653 ASN1_OCTET_STRING_free(*pkeyid);
654 *pkeyid = keyid;
H A Dcms_lcl.h444 int cms_set1_keyid(ASN1_OCTET_STRING **pkeyid, X509 *cert);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_proto.c648 keyid_t pkeyid = 0, tkeyid = 0; /* key IDs */ local
1115 pkeyid = 0;
1120 pkeyid = session_key(
1124 pkeyid = peer->pcookie;
1134 if (authlen > (int)LEN_PKT_NOMAC && pkeyid != 0) {
1139 skeyid, pkeyid, 0);
1143 skeyid, pkeyid, 2);
2384 peer->pkeyid = skeyid;
2388 * the packet, pkeyid is the ID in the last packet and
2391 * If so, check that the tkeyid matches pkeyid
[all...]
H A Dntp_request.c2331 keyid_t *pkeyid; local
2343 pkeyid = (keyid_t *)&inpkt->u;
2344 tmpkey = ntohl(*pkeyid);
H A Dntp_crypto.c929 peer->pkeyid = bp->key;
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_request.h395 u_int32 pkeyid; /* unused */ member in struct:info_peer
H A Dntp.h317 keyid_t pkeyid; /* previous key ID */ member in struct:peer
/freebsd-11-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c166 printf("offsetof(pkeyid) = %d\n",
167 (int) offsetof(struct info_peer, pkeyid));

Completed in 208 milliseconds