Home | History | Annotate | Download | only in keymaster

Lines Matching refs:expiration_time

51         time_t expiration_time = expiration_date / 1000;
52 return difftime(time(NULL), expiration_time) > 0;