HomeSort by: relevance | last modified time | path
    Searched defs:TS_RESP (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/openssl/
ts.h 67 typedef struct TS_resp_st TS_RESP;
91 DECLARE_ASN1_ALLOC_FUNCTIONS(TS_RESP)
92 DECLARE_ASN1_ENCODE_FUNCTIONS_only(TS_RESP, TS_RESP)
93 DECLARE_ASN1_DUP_FUNCTION(TS_RESP)
96 TS_RESP *d2i_TS_RESP_fp(FILE *fp, TS_RESP **a);
97 int i2d_TS_RESP_fp(FILE *fp, const TS_RESP *a);
99 TS_RESP *d2i_TS_RESP_bio(BIO *bio, TS_RESP **a)
    [all...]
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ts.h 66 typedef struct TS_resp_st TS_RESP;
90 DECLARE_ASN1_ALLOC_FUNCTIONS(TS_RESP)
91 DECLARE_ASN1_ENCODE_FUNCTIONS_only(TS_RESP, TS_RESP)
92 DECLARE_ASN1_DUP_FUNCTION(TS_RESP)
95 TS_RESP *d2i_TS_RESP_fp(FILE *fp, TS_RESP **a);
96 int i2d_TS_RESP_fp(FILE *fp, const TS_RESP *a);
98 TS_RESP *d2i_TS_RESP_bio(BIO *bio, TS_RESP **a)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ts.h 69 typedef struct TS_resp_st TS_RESP;
100 TS_RESP *TS_RESP_new(void);
101 void TS_RESP_free(TS_RESP *a);
102 int i2d_TS_RESP(const TS_RESP *a, unsigned char **pp);
103 TS_RESP *d2i_TS_RESP(TS_RESP **a, const unsigned char **pp, long length);
105 TS_RESP *TS_RESP_dup(TS_RESP *a);
108 TS_RESP *d2i_TS_RESP_fp(FILE *fp, TS_RESP **a)
    [all...]

Completed in 25 milliseconds