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

/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_crypto.c139 static EVP_PKEY *host_pkey = NULL; /* host key */ variable
791 if (vallen == (u_int)EVP_PKEY_size(host_pkey)) {
795 host_pkey->pkey.rsa,
3750 host_pkey = pinfo->pkey;
3751 sign_pkey = host_pkey;
3757 len = i2d_PublicKey(host_pkey, NULL);
3760 i2d_PublicKey(host_pkey, &ptr);

Completed in 123 milliseconds