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

  /src/crypto/external/bsd/openssh/dist/
krl.c 883 u_int64_t serial, serial_lo, serial_hi; local
918 if ((r = sshbuf_get_u64(subsect, &serial_lo)) != 0 ||
922 ca_key, serial_lo, serial_hi)) != 0)
930 if ((r = sshbuf_get_u64(subsect, &serial_lo)) != 0 ||
940 if (serial > 0 && serial_lo + serial == 0) {
948 ca_key, serial_lo + serial)) != 0)

Completed in 26 milliseconds