Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Ddebug.c36 static int _cryptodebug_enabled = -1; /* -1 unknown, 0 disabled, 1 enabled */ variable
48 if (fmt == NULL || _cryptodebug_enabled != 1) in cryptodebug()
131 if (_cryptodebug_enabled == -1) { in cryptodebug_init()
138 _cryptodebug_enabled = 0; in cryptodebug_init()
142 _cryptodebug_enabled = 1; in cryptodebug_init()
145 _cryptodebug_enabled = 1; in cryptodebug_init()