HomeSort by: relevance | last modified time | path
    Searched refs:ident_pkey (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/
networking.h 80 const struct pkey_info *ident_pkey; /* identity key */ member in struct:speer
  /src/external/bsd/ntp/dist/ntpd/
ntp_crypto.c 1679 peer->ident_pkey = crypto_key(filename, NULL,
1681 if (peer->ident_pkey != NULL)
2172 if (peer->ident_pkey == NULL) {
2177 if ((dsa = __UNCONST(EVP_PKEY_get0_DSA(peer->ident_pkey->pkey))) == NULL) {
2201 vp->fstamp = htonl(peer->ident_pkey->fstamp);
2373 if (peer->ident_pkey == NULL) {
2377 if (ntohl(ep->fstamp) != peer->ident_pkey->fstamp) {
2382 if ((dsa = __UNCONST(EVP_PKEY_get0_DSA(peer->ident_pkey->pkey))) == NULL) {
2512 if (peer->ident_pkey == NULL)
2515 if ((rsa = __UNCONST(EVP_PKEY_get0_RSA(peer->ident_pkey->pkey))) == NULL)
    [all...]
  /src/external/bsd/ntp/dist/include/
ntp.h 326 const struct pkey_info *ident_pkey; /* identity key */ member in struct:peer

Completed in 34 milliseconds