Home | History | Annotate | Download | only in apps

Lines Matching defs:rq

201 	X509_REQ *rq=NULL;
1009 rq=X509_to_X509_REQ(x,pk,digest);
1011 if (rq == NULL)
1018 X509_REQ_print(out,rq);
1019 PEM_write_bio_X509_REQ(out,rq);
1098 X509_REQ_free(rq);