Home | History | Annotate | Download | only in apps

Lines Matching refs:req_info

594 		if (	(req->req_info == NULL) ||
595 (req->req_info->pubkey == NULL) ||
596 (req->req_info->pubkey->public_key == NULL) ||
597 (req->req_info->pubkey->public_key->data == NULL))
642 if (!X509_set_issuer_name(x,req->req_info->subject)) goto end;
643 if (!X509_set_subject_name(x,req->req_info->subject)) goto end;