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

/openbsd-current/lib/libcrypto/asn1/
H A Da_time_tm.c31 #define GENTIME_LENGTH 15 macro
100 atime->length = GENTIME_LENGTH;
300 if (CBS_len(&cbs) == GENTIME_LENGTH)
/openbsd-current/usr.sbin/rpki-client/
H A Dmft.c89 #define GENTIME_LENGTH 15 macro
344 if (ASN1_STRING_length(mft_asn1->thisUpdate) != GENTIME_LENGTH) {
348 if (ASN1_STRING_length(mft_asn1->nextUpdate) != GENTIME_LENGTH) {

Completed in 115 milliseconds