Searched refs:host_pkey (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c176 static EVP_PKEY *host_pkey = NULL; /* host key */ variable
836 if (vallen == (u_int)EVP_PKEY_size(host_pkey)) {
837 RSA *rsa = EVP_PKEY_get0_RSA(host_pkey);
3977 host_pkey = pinfo->pkey;
3978 sign_pkey = host_pkey;
3984 len = i2d_PublicKey(host_pkey, NULL);
3987 i2d_PublicKey(host_pkey, &ptr);

Completed in 103 milliseconds