Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntp_crypto.c1677 peer->ident_pkey = crypto_key(filename, NULL, in crypto_ident()
1679 if (peer->ident_pkey != NULL) in crypto_ident()
2170 if (peer->ident_pkey == NULL) { in crypto_alice()
2175 if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) { in crypto_alice()
2199 vp->fstamp = htonl(peer->ident_pkey->fstamp); in crypto_alice()
2371 if (peer->ident_pkey == NULL) { in crypto_iff()
2375 if (ntohl(ep->fstamp) != peer->ident_pkey->fstamp) { in crypto_iff()
2380 if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) { in crypto_iff()
2510 if (peer->ident_pkey == NULL) in crypto_alice2()
2513 if ((rsa = EVP_PKEY_get0_RSA(peer->ident_pkey in crypto_alice2()
[all...]
/freebsd/contrib/ntp/sntp/
H A Dnetworking.h78 const struct pkey_info *ident_pkey; /* identity key */ member
/freebsd/contrib/ntp/include/
H A Dntp.h324 const struct pkey_info *ident_pkey; /* identity key */
320 const struct pkey_info *ident_pkey; /* identity key */ global() member