Home
last modified time | relevance | path

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

/src/contrib/unbound/util/
H A Dlog.c71 static ub_thread_key_type logkey; variable
94 ub_thread_key_create(&logkey, NULL); in log_init()
172 ub_thread_key_set(logkey, num); in log_thread_set()
179 tid = (unsigned int*)ub_thread_key_get(logkey); in log_thread_get()
232 unsigned int* tid = (unsigned int*)ub_thread_key_get(logkey); in log_vmsg()
/src/crypto/openssl/test/certs/
H A Dmkcert.sh381 local logkey=$1; shift
396 --log_private_key ${logkey}.pem \