HomeSort by: relevance | last modified time | path
    Searched defs:serial_lo (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
krl.c 880 uint64_t serial, serial_lo, serial_hi; local
915 if ((r = sshbuf_get_u64(subsect, &serial_lo)) != 0 ||
919 ca_key, serial_lo, serial_hi)) != 0)
927 if ((r = sshbuf_get_u64(subsect, &serial_lo)) != 0 ||
937 if (serial > 0 && serial_lo + serial == 0) {
945 ca_key, serial_lo + serial)) != 0)
krl.c 880 uint64_t serial, serial_lo, serial_hi; local
915 if ((r = sshbuf_get_u64(subsect, &serial_lo)) != 0 ||
919 ca_key, serial_lo, serial_hi)) != 0)
927 if ((r = sshbuf_get_u64(subsect, &serial_lo)) != 0 ||
937 if (serial > 0 && serial_lo + serial == 0) {
945 ca_key, serial_lo + serial)) != 0)

Completed in 32 milliseconds