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

  /src/crypto/external/apache2/openssl/dist/include/openssl/
ts.h 44 typedef struct TS_accuracy_st TS_ACCURACY;
118 DECLARE_ASN1_ALLOC_FUNCTIONS(TS_ACCURACY)
119 DECLARE_ASN1_ENCODE_FUNCTIONS_only(TS_ACCURACY, TS_ACCURACY)
120 DECLARE_ASN1_DUP_FUNCTION(TS_ACCURACY)
192 int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy);
193 TS_ACCURACY *TS_TST_INFO_get_accuracy(TS_TST_INFO *a);
195 int TS_ACCURACY_set_seconds(TS_ACCURACY *a, const ASN1_INTEGER *seconds);
196 const ASN1_INTEGER *TS_ACCURACY_get_seconds(const TS_ACCURACY *a);
198 int TS_ACCURACY_set_millis(TS_ACCURACY *a, const ASN1_INTEGER *millis)
    [all...]
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ts.h 42 typedef struct TS_accuracy_st TS_ACCURACY;
117 DECLARE_ASN1_ALLOC_FUNCTIONS(TS_ACCURACY)
118 DECLARE_ASN1_ENCODE_FUNCTIONS_only(TS_ACCURACY, TS_ACCURACY)
119 DECLARE_ASN1_DUP_FUNCTION(TS_ACCURACY)
191 int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy);
192 TS_ACCURACY *TS_TST_INFO_get_accuracy(TS_TST_INFO *a);
194 int TS_ACCURACY_set_seconds(TS_ACCURACY *a, const ASN1_INTEGER *seconds);
195 const ASN1_INTEGER *TS_ACCURACY_get_seconds(const TS_ACCURACY *a);
197 int TS_ACCURACY_set_millis(TS_ACCURACY *a, const ASN1_INTEGER *millis)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ts.h 35 typedef struct TS_accuracy_st TS_ACCURACY;
135 TS_ACCURACY *TS_ACCURACY_new(void);
136 void TS_ACCURACY_free(TS_ACCURACY *a);
137 int i2d_TS_ACCURACY(const TS_ACCURACY *a, unsigned char **pp);
138 TS_ACCURACY *d2i_TS_ACCURACY(TS_ACCURACY **a, const unsigned char **pp,
140 TS_ACCURACY *TS_ACCURACY_dup(TS_ACCURACY *a);
249 int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy);
250 TS_ACCURACY *TS_TST_INFO_get_accuracy(TS_TST_INFO *a)
    [all...]

Completed in 29 milliseconds