Searched refs:serial_lo (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dkrl.c853 u_int64_t serial, serial_lo, serial_hi; local
888 if ((r = sshbuf_get_u64(subsect, &serial_lo)) != 0 ||
892 ca_key, serial_lo, serial_hi)) != 0)
900 if ((r = sshbuf_get_u64(subsect, &serial_lo)) != 0 ||
910 if (serial > 0 && serial_lo + serial == 0) {
918 ca_key, serial_lo + serial)) != 0)

Completed in 109 milliseconds