Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Ddebug.c35 static char *_cryptodebug_prefix = NULL; variable
52 if (_cryptodebug_prefix == NULL) { in cryptodebug()
56 _cryptodebug_prefix, fmt); in cryptodebug()
94 if (_cryptodebug_prefix == NULL) { in cryptoerror()
98 _cryptodebug_prefix, fmt); in cryptoerror()
128 _cryptodebug_prefix = strdup(prefix); in cryptodebug_init()
149 openlog(_cryptodebug_prefix, LOG_PID, LOG_USER); in cryptodebug_init()
157 if (_cryptodebug_prefix != NULL) in _cryptodebug_fini()
158 free(_cryptodebug_prefix); in _cryptodebug_fini()