Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_crypto.c1670 peer->ident_pkey = crypto_key(filename, NULL, in crypto_ident()
1672 if (peer->ident_pkey != NULL) in crypto_ident()
2165 if (peer->ident_pkey == NULL) { in crypto_alice()
2170 if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) { in crypto_alice()
2194 vp->fstamp = htonl(peer->ident_pkey->fstamp); in crypto_alice()
2358 if (peer->ident_pkey == NULL) { in crypto_iff()
2362 if (ntohl(ep->fstamp) != peer->ident_pkey->fstamp) { in crypto_iff()
2367 if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) { in crypto_iff()
2497 if (peer->ident_pkey == NULL) in crypto_alice2()
2500 if ((rsa = EVP_PKEY_get0_RSA(peer->ident_pkey->pkey)) == NULL) { in crypto_alice2()
[all …]
/freebsd-9-stable/contrib/ntp/sntp/
Dnetworking.h78 const struct pkey_info *ident_pkey; /* identity key */ member
/freebsd-9-stable/contrib/ntp/include/
Dntp.h320 const struct pkey_info *ident_pkey; /* identity key */ member