Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_crypto.c1679 peer->ident_pkey = crypto_key(filename, NULL, in crypto_ident()
1681 if (peer->ident_pkey != NULL) in crypto_ident()
2172 if (peer->ident_pkey == NULL) { in crypto_alice()
2177 if ((dsa = __UNCONST(EVP_PKEY_get0_DSA(peer->ident_pkey->pkey))) == NULL) { in crypto_alice()
2201 vp->fstamp = htonl(peer->ident_pkey->fstamp); in crypto_alice()
2373 if (peer->ident_pkey == NULL) { in crypto_iff()
2377 if (ntohl(ep->fstamp) != peer->ident_pkey->fstamp) { in crypto_iff()
2382 if ((dsa = __UNCONST(EVP_PKEY_get0_DSA(peer->ident_pkey->pkey))) == NULL) { in crypto_iff()
2512 if (peer->ident_pkey == NULL) in crypto_alice2()
2515 if ((rsa = __UNCONST(EVP_PKEY_get0_RSA(peer->ident_pkey->pkey))) == NULL) { in crypto_alice2()
[all …]
/netbsd/src/external/bsd/ntp/dist/sntp/
Dnetworking.h80 const struct pkey_info *ident_pkey; /* identity key */ member
/netbsd/src/external/bsd/ntp/dist/include/
Dntp.h326 const struct pkey_info *ident_pkey; /* identity key */ member