Home
last modified time | relevance | path

Searched refs:cert_valid_from (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/crypto/openssh/
H A Dssh-keygen.c120 static u_int64_t cert_valid_from = 0; variable
1870 public->cert->valid_after = cert_valid_from; in do_ca_sign()
1979 cert_valid_from = ((now - 59)/ 60) * 60; in parse_cert_times()
1995 cert_valid_from = parse_relative_time(from, now); in parse_cert_times()
1997 cert_valid_from = 0; in parse_cert_times()
1999 parse_hex_u64(from, &cert_valid_from); in parse_cert_times()
2000 else if (parse_absolute_time(from, &cert_valid_from) != 0) in parse_cert_times()
2012 if (cert_valid_to <= cert_valid_from) in parse_cert_times()