Home
last modified time | relevance | path

Searched defs:DPROV_DEBUG (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c125 #define DPROV_DEBUG(f, x) if (dprov_debug & (f)) { (void) printf x; } macro
128 #define DPROV_DEBUG(f, x) macro