Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dssh-keygen.c120 static u_int64_t cert_valid_from = 0; variable
1841 public->cert->valid_after = cert_valid_from; in do_ca_sign()
1950 cert_valid_from = ((now - 59)/ 60) * 60; in parse_cert_times()
1966 cert_valid_from = parse_relative_time(from, now); in parse_cert_times()
1968 cert_valid_from = 0; in parse_cert_times()
1970 parse_hex_u64(from, &cert_valid_from); in parse_cert_times()
1971 else if (parse_absolute_time(from, &cert_valid_from) != 0) in parse_cert_times()
1983 if (cert_valid_to <= cert_valid_from) in parse_cert_times()