Searched refs:TS_REQ (Results 1 - 1 of 1) sorted by relevance

/external/openssl/include/openssl/
H A Dts.h136 } TS_REQ; typedef in typeref:struct:TS_req_st
287 TS_REQ *TS_REQ_new(void);
288 void TS_REQ_free(TS_REQ *a);
289 int i2d_TS_REQ(const TS_REQ *a, unsigned char **pp);
290 TS_REQ *d2i_TS_REQ(TS_REQ **a, const unsigned char **pp, long length);
292 TS_REQ *TS_REQ_dup(TS_REQ *a);
294 TS_REQ *d2i_TS_REQ_fp(FILE *fp, TS_REQ **
[all...]

Completed in 137 milliseconds