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

  /src/crypto/external/apache2/openssl/dist/include/openssl/
ts.h 45 typedef struct TS_tst_info_st TS_TST_INFO;
106 DECLARE_ASN1_ALLOC_FUNCTIONS(TS_TST_INFO)
107 DECLARE_ASN1_ENCODE_FUNCTIONS_only(TS_TST_INFO, TS_TST_INFO)
108 DECLARE_ASN1_DUP_FUNCTION(TS_TST_INFO)
109 TS_TST_INFO *PKCS7_to_TS_TST_INFO(PKCS7 *token);
112 TS_TST_INFO *d2i_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO **a);
113 int i2d_TS_TST_INFO_fp(FILE *fp, const TS_TST_INFO *a);
115 TS_TST_INFO *d2i_TS_TST_INFO_bio(BIO *bio, TS_TST_INFO **a)
    [all...]
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ts.h 43 typedef struct TS_tst_info_st TS_TST_INFO;
105 DECLARE_ASN1_ALLOC_FUNCTIONS(TS_TST_INFO)
106 DECLARE_ASN1_ENCODE_FUNCTIONS_only(TS_TST_INFO, TS_TST_INFO)
107 DECLARE_ASN1_DUP_FUNCTION(TS_TST_INFO)
108 TS_TST_INFO *PKCS7_to_TS_TST_INFO(PKCS7 *token);
111 TS_TST_INFO *d2i_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO **a);
112 int i2d_TS_TST_INFO_fp(FILE *fp, const TS_TST_INFO *a);
114 TS_TST_INFO *d2i_TS_TST_INFO_bio(BIO *bio, TS_TST_INFO **a)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ts.h 36 typedef struct TS_tst_info_st TS_TST_INFO;
104 TS_TST_INFO *PKCS7_to_TS_TST_INFO(PKCS7 *token);
121 TS_TST_INFO *TS_TST_INFO_new(void);
122 void TS_TST_INFO_free(TS_TST_INFO *a);
123 int i2d_TS_TST_INFO(const TS_TST_INFO *a, unsigned char **pp);
124 TS_TST_INFO *d2i_TS_TST_INFO(TS_TST_INFO **a, const unsigned char **pp,
126 TS_TST_INFO *TS_TST_INFO_dup(TS_TST_INFO *a);
129 TS_TST_INFO *d2i_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO **a)
    [all...]

Completed in 29 milliseconds