Home | History | Annotate | Download | only in ssl

Lines Matching refs:tkey

2702 		const EC_KEY   *tkey;
2723 tkey = s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec;
2730 tkey = s->s3->tmp.ecdh;
2733 group = EC_KEY_get0_group(tkey);
2734 priv_key = EC_KEY_get0_private_key(tkey);