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

/freebsd-11.0-release/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.h442 int cms_set1_keyid(ASN1_OCTET_STRING **pkeyid, X509 *cert);
/freebsd-11.0-release/contrib/ntp/sntp/
H A Dnetworking.h75 keyid_t pkeyid; /* previous key ID */ member in struct:speer
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dntp_proto.c608 keyid_t pkeyid = 0, tkeyid = 0; /* key IDs */ local
978 pkeyid = 0;
983 pkeyid = session_key(
987 pkeyid = peer->pcookie;
997 if (authlen > (int)LEN_PKT_NOMAC && pkeyid != 0) {
1002 skeyid, pkeyid, 0);
1006 skeyid, pkeyid, 2);
2057 peer->pkeyid = skeyid;
2061 * the packet, pkeyid is the ID in the last packet and
2064 * If so, check that the tkeyid matches pkeyid
[all...]
H A Dntp_request.c2311 keyid_t *pkeyid; local
2323 pkeyid = (keyid_t *)&inpkt->u;
2324 tmpkey = ntohl(*pkeyid);
H A Dntp_crypto.c923 peer->pkeyid = bp->key;
/freebsd-11.0-release/contrib/ntp/include/
H A Dntp.h317 keyid_t pkeyid; /* previous key ID */ member in struct:peer
H A Dntp_request.h395 u_int32 pkeyid; /* unused */ member in struct:info_peer
/freebsd-11.0-release/usr.sbin/ntp/ntpdc/
H A Dnl.c166 printf("offsetof(pkeyid) = %d\n",
167 (int) offsetof(struct info_peer, pkeyid));

Completed in 109 milliseconds