Home
last modified time | relevance | path

Searched refs:gtime (Results 1 – 4 of 4) sorted by relevance

/openssl/demos/cms/
H A Dcms_ver.c26 ASN1_GENERALIZEDTIME *gtime; in print_signingTime() local
45 gtime = t->value.generalizedtime; in print_signingTime()
46 ASN1_GENERALIZEDTIME_print(b, gtime); in print_signingTime()
/openssl/crypto/ts/
H A Dts_rsp_utils.c131 int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime) in TS_TST_INFO_set_time() argument
135 if (a->time == gtime) in TS_TST_INFO_set_time()
137 new_time = ASN1_STRING_dup(gtime); in TS_TST_INFO_set_time()
/openssl/test/
H A Dasn1_time_test.c153 static ASN1_TIME gtime = { variable
195 if (!TEST_true(ASN1_TIME_diff(&day, &sec, &gtime, &atime))) { in test_table()
/openssl/include/openssl/
H A Dts.h190 int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime);

Completed in 11 milliseconds