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

/freebsd-10-stable/crypto/openssl/apps/
H A Docsp.c1049 ASN1_TIME *revtm = NULL; local
1053 unpack_revinfo(&revtm, &reason, &inst, &invtm, inf[DB_rev_date]);
1056 reason, revtm, thisupd, nextupd);
1065 ASN1_TIME_free(revtm);
H A Dca.c2604 ASN1_UTCTIME *revtm = NULL; local
2658 revtm = X509_gmtime_adj(NULL, 0);
2660 if (!revtm)
2663 i = revtm->length + 1;
2675 BUF_strlcpy(str, (char *)revtm->data, i);
2684 ASN1_UTCTIME_free(revtm);

Completed in 201 milliseconds