Searched refs:ident_pkey (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/
H A Dnetworking.h78 const struct pkey_info *ident_pkey; /* identity key */ member in struct:speer
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c1681 peer->ident_pkey = crypto_key(filename, NULL,
1683 if (peer->ident_pkey != NULL)
2182 if (peer->ident_pkey == NULL) {
2187 if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) {
2211 vp->fstamp = htonl(peer->ident_pkey->fstamp);
2375 if (peer->ident_pkey == NULL) {
2379 if (ntohl(ep->fstamp) != peer->ident_pkey->fstamp) {
2384 if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) {
2514 if (peer->ident_pkey == NULL)
2517 if ((rsa = EVP_PKEY_get0_RSA(peer->ident_pkey
[all...]
/freebsd-11-stable/contrib/ntp/include/
H A Dntp.h320 const struct pkey_info *ident_pkey; /* identity key */ member in struct:peer

Completed in 129 milliseconds