Lines Matching refs:privatekey
2614 * if ((s->cert->key->privatekey != NULL) &&
2615 * (s->cert->key->privatekey->type ==
2670 tkey = s->cert->key->privatekey->pkey.ec;
2804 if (s->s3->tmp.cert_req && s->cert->key->privatekey) {
2805 if (EVP_PKEY_derive_set_peer(pkey_ctx,s->cert->key->privatekey) <=0) {
3023 pkey=s->cert->key->privatekey;
3196 (s->cert->key->privatekey == NULL))