Searched refs:kUTCTimeLength (Results 1 – 5 of 5) sorted by relevance
53 static const size_t kUTCTimeLength = 13; variable58 uint8_t out[kUTCTimeLength]);
131 bool EncodeUTCTime(const GeneralizedTime& time, uint8_t out[kUTCTimeLength]) { in EncodeUTCTime() argument
223 uint8_t out[kUTCTimeLength]; in TEST()
136 static const size_t kUTCTimeLength = 13; in CBBAddTime() local138 is_utc_time ? kUTCTimeLength : kGeneralizedTimeLength); in CBBAddTime()
176 CBB_add_space(&child, &out, der::kUTCTimeLength) && in CBBAddTime()