Home
last modified time | relevance | path

Searched refs:check_revocations_nest_level (Results 1 – 4 of 4) sorted by relevance

/dports/security/dirmngr/dirmngr-1.1.0/src/
H A Dvalidate.c224 assert (ctrl->check_revocations_nest_level >= 0); in check_revocations()
227 if (ctrl->check_revocations_nest_level > 10) in check_revocations()
232 ctrl->check_revocations_nest_level++; in check_revocations()
269 ctrl->check_revocations_nest_level--; in check_revocations()
H A Ddirmngr.h163 int check_revocations_nest_level; /* Internal to check_revovations. */ member
/dports/security/gnupg/gnupg-2.3.3/dirmngr/
H A Dvalidate.c259 log_assert (ctrl->check_revocations_nest_level >= 0); in check_revocations()
262 if (ctrl->check_revocations_nest_level > 10) in check_revocations()
267 ctrl->check_revocations_nest_level++; in check_revocations()
304 ctrl->check_revocations_nest_level--; in check_revocations()
H A Ddirmngr.h206 int check_revocations_nest_level; /* Internal to check_revovations. */ member