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

/osnet-11/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)
131 if (_cryptodebug_enabled == -1) {
138 _cryptodebug_enabled = 0;
142 _cryptodebug_enabled = 1;
145 _cryptodebug_enabled = 1;

Completed in 19 milliseconds