Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_crypto.c178 static EVP_PKEY *host_pkey = NULL; /* host key */ variable
838 if (vallen == (u_int)EVP_PKEY_size(host_pkey)) { in crypto_recv()
839 RSA *rsa = __UNCONST(EVP_PKEY_get0_RSA(host_pkey)); in crypto_recv()
3979 host_pkey = pinfo->pkey; in crypto_setup()
3980 sign_pkey = host_pkey; in crypto_setup()
3986 len = i2d_PublicKey(host_pkey, NULL); in crypto_setup()
3989 i2d_PublicKey(host_pkey, &ptr); in crypto_setup()