• Home
  • Raw
  • Download

Lines Matching refs:KRL_DBG

45 # define KRL_DBG(x) debug3 x  macro
47 # define KRL_DBG(x) macro
235 KRL_DBG(("%s: new CA %s", __func__, in revoked_certs_for_ca_key()
246 KRL_DBG(("%s: insert %llu:%llu", __func__, lo, hi)); in insert_serial_range()
258 KRL_DBG(("%s: bad: ers != NULL", __func__)); in insert_serial_range()
265 KRL_DBG(("%s: overlap found %llu:%llu", __func__, in insert_serial_range()
284 KRL_DBG(("%s: pred %llu:%llu", __func__, crs->lo, crs->hi)); in insert_serial_range()
290 KRL_DBG(("%s: pred extend %llu:%llu", __func__, in insert_serial_range()
298 KRL_DBG(("%s: succ %llu:%llu", __func__, crs->lo, crs->hi)); in insert_serial_range()
304 KRL_DBG(("%s: succ extend %llu:%llu", __func__, in insert_serial_range()
310 KRL_DBG(("%s: done, final %llu:%llu", __func__, ers->lo, ers->hi)); in insert_serial_range()
346 KRL_DBG(("%s: revoke %s", __func__, key_id)); in ssh_krl_revoke_cert_by_key_id()
514 KRL_DBG(("%s: contig %llu last_gap %llu next_gap %llu final %d, costs:" in choose_next_state()
574 KRL_DBG(("%s: serial %llu:%llu state 0x%02x", __func__, in revoked_certs_generate()
594 KRL_DBG(("%s: finish state 0x%02x", __func__, state)); in revoked_certs_generate()
614 KRL_DBG(("%s: start state 0x%02x", __func__, in revoked_certs_generate()
666 KRL_DBG(("%s: serial final flush for state 0x%02x", in revoked_certs_generate()
683 KRL_DBG(("%s: serial done ", __func__)); in revoked_certs_generate()
688 KRL_DBG(("%s: key ID %s", __func__, rki->key_id)); in revoked_certs_generate()
744 KRL_DBG(("%s: key len %zu ", __func__, rb->len)); in ssh_krl_to_blob()
755 KRL_DBG(("%s: hash len %zu ", __func__, rb->len)); in ssh_krl_to_blob()
767 KRL_DBG(("%s: signature key %s", __func__, in ssh_krl_to_blob()
776 KRL_DBG(("%s: signature sig len %zu", __func__, slen)); in ssh_krl_to_blob()
833 KRL_DBG(("%s: subsection type 0x%02x", __func__, type)); in parse_revoked_certs()
987 KRL_DBG(("%s: first pass, section 0x%02x", __func__, type)); in ssh_krl_from_blob()
1063 KRL_DBG(("%s: second pass, section 0x%02x", __func__, type)); in ssh_krl_from_blob()
1172 KRL_DBG(("%s: revoked by key ID", __func__)); in is_cert_revoked()
1187 KRL_DBG(("%s: revoked serial %llu matched %llu:%llu", __func__, in is_cert_revoked()
1210 KRL_DBG(("%s: revoked by key SHA1", __func__)); in is_key_revoked()
1221 KRL_DBG(("%s: revoked by explicit key", __func__)); in is_key_revoked()
1244 KRL_DBG(("%s: %llu no match", __func__, key->cert->serial)); in is_key_revoked()
1253 KRL_DBG(("%s: checking key", __func__)); in ssh_krl_check_key()
1261 KRL_DBG(("%s: key okay", __func__)); in ssh_krl_check_key()