Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap_ms.c159 CHAPDEBUG((LOG_INFO, "DesEncrypt: 8 octet input : %.8B", clear));
167 CHAPDEBUG((LOG_INFO, "DesEncrypt: 8 octet output: %.8B", cipher));
187 CHAPDEBUG((LOG_INFO, "DesEncrypt: 8 octet input : %.8B", clear));
193 CHAPDEBUG((LOG_INFO, "DesEncrypt: 8 octet output: %.8B", cipher));
272 CHAPDEBUG((LOG_INFO, "MakeKey: 56-bit input : %.7B", key));
273 CHAPDEBUG((LOG_INFO, "MakeKey: 64-bit output: %.8B", des_key));
351 CHAPDEBUG((LOG_INFO, "ChapMS: secret is '%.*s'", secret_len, secret));
H A Dpppd.h867 #define CHAPDEBUG(x) if (debug) dbglog x macro
869 #define CHAPDEBUG(x) ((void) 0) macro