Lines Matching refs:timestamp
433 le64_t timestamp; member
486 usec_t timestamp, in encrypt_credential_and_warn() argument
523 if (not_after != USEC_INFINITY && timestamp != USEC_INFINITY && not_after < timestamp) in encrypt_credential_and_warn()
524 …redential is invalidated before it is valid (" USEC_FMT " < " USEC_FMT ").", not_after, timestamp); in encrypt_credential_and_warn()
531 if (timestamp != USEC_INFINITY) in encrypt_credential_and_warn()
532 …Including timestamp '%s' in encrypted credential.", format_timestamp(buf, sizeof(buf), timestamp)); in encrypt_credential_and_warn()
709 m->timestamp = htole64(timestamp); in encrypt_credential_and_warn()
967 if (le64toh(m->timestamp) != USEC_INFINITY && in decrypt_credential_and_warn()
969 le64toh(m->timestamp) >= le64toh(m->not_after)) in decrypt_credential_and_warn()
1005 … if (le64toh(m->timestamp) != USEC_INFINITY && le64toh(m->timestamp) > validate_timestamp) in decrypt_credential_and_warn()
1042 int encrypt_credential_and_warn(sd_id128_t with_key, const char *name, usec_t timestamp, usec_t not… in encrypt_credential_and_warn() argument