Home | History | Annotate | Download | only in ssl

Lines Matching refs:tkey

2556 		const EC_KEY   *tkey;
2572 tkey = s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec;
2579 tkey = s->s3->tmp.ecdh;
2582 group = EC_KEY_get0_group(tkey);
2583 priv_key = EC_KEY_get0_private_key(tkey);