Home | History | Annotate | Download | only in apps

Lines Matching refs:rreq

1654 	X509_REQ *rreq=NULL;
1687 if ((rreq=X509_to_X509_REQ(req,NULL,EVP_md5())) == NULL)
1691 days,batch,verbose,rreq,ext_sect,lconf, certopt, nameopt, default_op,
1695 if (rreq != NULL) X509_REQ_free(rreq);