Home | History | Annotate | Download | only in ssl

Lines Matching refs:privatekey

2613 				 * if ((s->cert->key->privatekey != NULL) &&
2614 * (s->cert->key->privatekey->type ==
2669 tkey = s->cert->key->privatekey->pkey.ec;
2803 if (s->s3->tmp.cert_req && s->cert->key->privatekey) {
2804 if (EVP_PKEY_derive_set_peer(pkey_ctx,s->cert->key->privatekey) <=0) {
3022 pkey=s->cert->key->privatekey;
3174 (s->cert->key->privatekey == NULL))