Home
last modified time | relevance | path

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

/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxcrypto.c199 if ((errmac_debug&ERRMAC_DEBUG_MASK) > 2) hexdmp("plain ", s, len, 256);
221 if ((errmac_debug&ERRMAC_DEBUG_MASK) > 2) hexdmp("iv ", ivv, iv_len, 1024);
224 if ((errmac_debug&ERRMAC_DEBUG_MASK) > 2) hexdmp("symkey ", key->s, key->len, 1024);
295 if ((errmac_debug&ERRMAC_DEBUG_MASK) > 2) hexdmp("cipher ", out->s, out->len, 256);
321 if ((errmac_debug&ERRMAC_DEBUG_MASK) > 2) {
371 if ((errmac_debug&ERRMAC_DEBUG_MASK) > 2) {
404 if ((errmac_debug&ERRMAC_DEBUG_MASK) > 2) {
431 if ((errmac_debug&ERRMAC_DEBUG_MASK) > 2) {
H A Derrmac.h429 #define ERRMAC_DEBUG_MASK 0x03 /* 0 = no debug, 1=minimal info debug, 2=bit more, 3=lot more */ macro
456 # define D(format,...) (void)((errmac_debug&ERRMAC_DEBUG_MASK)>1 && (fprintf(ERRMAC_DEBUG_LOG, "%…
458 # define D(format,...) (void)((errmac_debug&ERRMAC_DEBUG_MASK)>1 && (fprintf(ERRMAC_DEBUG_LOG, "%…
461 # define D(format,...) (void)((errmac_debug&ERRMAC_DEBUG_MASK)>1 && (fprintf(ERRMAC_DEBUG_LOG, "%d…
470 # define INFO(format,...) (void)(errmac_debug&ERRMAC_DEBUG_MASK && (fprintf(ERRMAC_DEBUG_LOG, "%d.…
474 # define INFO(format,...) (void)(errmac_debug&ERRMAC_DEBUG_MASK && (fprintf(ERRMAC_DEBUG_LOG, "%d.…
479 # define INFO(format,...) (void)(errmac_debug&ERRMAC_DEBUG_MASK && (fprintf(ERRMAC_DEBUG_LOG, "%d %…
488 #define HEXDUMP(msg, p, lim, max) if ((errmac_debug&ERRMAC_DEBUG_MASK) > 1) myhexdump((msg), (p), (…
H A Dmini_httpd_filter.c100 if ((errmac_debug & ERRMAC_DEBUG_MASK)>1) in zxid_pool2env()
H A Dmod_auth_saml.c171 if ((errmac_debug & ERRMAC_DEBUG_MASK)>1) in pool2apache()
H A Dzxlibdec.c212 if ((errmac_debug & ERRMAC_DEBUG_MASK)>2) { in zx_chk_el_ord()