Home | History | Annotate | Download | only in ssl

Lines Matching defs:priv_key

2669 				const BIGNUM *priv_key;
2671 priv_key = EC_KEY_get0_private_key(tkey);
2672 if (priv_key == NULL)
2677 if (!EC_KEY_set_private_key(clnt_ecdh, priv_key))