Home | History | Annotate | Download | only in ssl

Lines Matching refs:tkey

2160 		const EC_KEY   *tkey;
2176 tkey = s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec;
2183 tkey = s->s3->tmp.ecdh;
2186 group = EC_KEY_get0_group(tkey);
2187 priv_key = EC_KEY_get0_private_key(tkey);