usr.bin/ssh/krl.c
101
serial_cmp(struct revoked_serial *a, struct revoked_serial *b)
usr.bin/ssh/krl.c
1158
struct revoked_serial rs, *ers;
usr.bin/ssh/krl.c
1300
struct revoked_serial *rs;
usr.bin/ssh/krl.c
144
struct revoked_serial *rs, *trs;
usr.bin/ssh/krl.c
250
struct revoked_serial rs, *ers, *crs, *irs;
usr.bin/ssh/krl.c
54
RB_ENTRY(revoked_serial) tree_entry;
usr.bin/ssh/krl.c
56
static int serial_cmp(struct revoked_serial *a, struct revoked_serial *b);
usr.bin/ssh/krl.c
57
RB_HEAD(revoked_serial_tree, revoked_serial);
usr.bin/ssh/krl.c
575
struct revoked_serial *rs, *nrs;
usr.bin/ssh/krl.c
58
RB_GENERATE_STATIC(revoked_serial_tree, revoked_serial, tree_entry, serial_cmp)