Home | History | Annotate | Download | only in ssl

Lines Matching refs:privatekey

217 	if (c->pkeys[i].privatekey != NULL)
218 EVP_PKEY_free(c->pkeys[i].privatekey);
220 c->pkeys[i].privatekey=pkey;
414 if (c->pkeys[i].privatekey != NULL)
416 EVP_PKEY_copy_parameters(pkey,c->pkeys[i].privatekey);
422 if ((c->pkeys[i].privatekey->type == EVP_PKEY_RSA) &&
423 (RSA_flags(c->pkeys[i].privatekey->pkey.rsa) &
428 if (!X509_check_private_key(x,c->pkeys[i].privatekey))
434 EVP_PKEY_free(c->pkeys[i].privatekey);
435 c->pkeys[i].privatekey=NULL;