HomeSort by relevance Sort by last modified time
    Searched full:revoked_serials (Results 1 - 1 of 1) sorted by null

  /external/openssh/
krl.c 87 struct revoked_serial_tree revoked_serials; member in struct:revoked_certs
150 RB_FOREACH_SAFE(rs, revoked_serial_tree, &rc->revoked_serials, trs) {
151 RB_REMOVE(revoked_serial_tree, &rc->revoked_serials, rs);
233 RB_INIT(&rc->revoked_serials);
333 return insert_serial_range(&rc->revoked_serials, lo, hi);
572 for (rs = RB_MIN(revoked_serial_tree, &rc->revoked_serials);
574 rs = RB_NEXT(revoked_serial_tree, &rc->revoked_serials, rs)) {
580 nrs = RB_NEXT(revoked_serial_tree, &rc->revoked_serials, rs);
1191 ers = RB_FIND(revoked_serial_tree, &rc->revoked_serials, &rs);
    [all...]

Completed in 3233 milliseconds