Searched refs:ident_pkey (Results 1 – 3 of 3) sorted by relevance
1670 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 …]
78 const struct pkey_info *ident_pkey; /* identity key */ member
320 const struct pkey_info *ident_pkey; /* identity key */ member