Home | History | Annotate | Download | only in ssl

Lines Matching defs:priv_key

1316 				const BIGNUM *priv_key;
1318 priv_key = EC_KEY_get0_private_key(tkey);
1319 if (priv_key == NULL)
1324 if (!EC_KEY_set_private_key(clnt_ecdh, priv_key))