HomeSort by: relevance | last modified time | path
    Searched defs:host_pkey (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
ntp_crypto.c 178 static EVP_PKEY *host_pkey = NULL; /* host key */ variable
830 if (vallen == (u_int)EVP_PKEY_size(host_pkey)) {
831 RSA *rsa = EVP_PKEY_get1_RSA(host_pkey);
3969 host_pkey = pinfo->pkey;
3970 sign_pkey = host_pkey;
3976 len = i2d_PublicKey(host_pkey, NULL);
3979 i2d_PublicKey(host_pkey, &ptr);

Completed in 46 milliseconds