Home | History | Annotate | Download | only in base

Lines Matching refs:prtime

13 #include <prtime.h>
278 PRTime prtime;
279 SECStatus rv = DER_DecodeTimeChoice(&prtime, der_date);
281 *result = crypto::PRTimeToBaseTime(prtime);
680 PRTime now = PR_Now();
681 PRTime not_after = now + valid_duration.InMicroseconds();