Home | History | Annotate | Download | only in apps

Lines Matching refs:req_info

604 		if (	(req->req_info == NULL) ||
605 (req->req_info->pubkey == NULL) ||
606 (req->req_info->pubkey->public_key == NULL) ||
607 (req->req_info->pubkey->public_key->data == NULL))
651 if (!X509_set_issuer_name(x,req->req_info->subject)) goto end;
652 if (!X509_set_subject_name(x,req->req_info->subject)) goto end;