Lines Matching refs:DEBUG_ERR

30 #define DEBUG_ERR(...)	ZCRYPT_DBF(DBF_ERR, ##__VA_ARGS__)  macro
408 DEBUG_ERR("%s reply start tag mismatch\n", func); in check_reply_pl()
425 DEBUG_ERR("%s reply start tag lenfmt mismatch 0x%02hhx\n", in check_reply_pl()
432 DEBUG_ERR("%s reply length %d too small\n", func, len); in check_reply_pl()
438 DEBUG_ERR("%s function tag or length mismatch\n", func); in check_reply_pl()
445 DEBUG_ERR("%s dom tag or length mismatch\n", func); in check_reply_pl()
452 DEBUG_ERR("%s return value tag or length mismatch\n", func); in check_reply_pl()
458 DEBUG_ERR("%s return value 0x%04x != 0\n", func, ret); in check_reply_pl()
524 DEBUG_ERR( in ep11_query_info()
534 DEBUG_ERR("%s unknown reply data format\n", __func__); in ep11_query_info()
539 DEBUG_ERR("%s mismatch between reply data len and buffer len\n", in ep11_query_info()
713 DEBUG_ERR( in ep11_genaeskey()
762 DEBUG_ERR( in ep11_genaeskey()
772 DEBUG_ERR("%s unknown reply data format\n", __func__); in ep11_genaeskey()
777 DEBUG_ERR("%s mismatch reply data len / key buffer len\n", in ep11_genaeskey()
882 DEBUG_ERR( in ep11_cryptsingle()
892 DEBUG_ERR("%s unknown reply data format\n", __func__); in ep11_cryptsingle()
905 DEBUG_ERR("%s unknown reply data length format 0x%02hhx\n", in ep11_cryptsingle()
911 DEBUG_ERR("%s mismatch reply data len %d / output buffer %zu\n", in ep11_cryptsingle()
1030 DEBUG_ERR( in ep11_unwrapkey()
1040 DEBUG_ERR("%s unknown reply data format\n", __func__); in ep11_unwrapkey()
1045 DEBUG_ERR("%s mismatch reply data len / key buffer len\n", in ep11_unwrapkey()
1168 DEBUG_ERR( in ep11_wrapkey()
1178 DEBUG_ERR("%s unknown reply data format\n", __func__); in ep11_wrapkey()
1183 DEBUG_ERR("%s mismatch reply data len / data buffer len\n", in ep11_wrapkey()
1211 DEBUG_ERR( in ep11_clr2keyblob()
1230 DEBUG_ERR( in ep11_clr2keyblob()
1242 DEBUG_ERR( in ep11_clr2keyblob()
1253 DEBUG_ERR( in ep11_clr2keyblob()
1316 DEBUG_ERR( in ep11_kblob2protkey()
1325 DEBUG_ERR("%s wk info version %d or pkeytype %d mismatch.\n", in ep11_kblob2protkey()
1351 DEBUG_ERR("%s unknown/unsupported AES pkeysize %d\n", in ep11_kblob2protkey()
1365 DEBUG_ERR("%s unknown/unsupported key type %d\n", in ep11_kblob2protkey()
1373 DEBUG_ERR("%s wk info pkeysize %llu > protkeysize %u\n", in ep11_kblob2protkey()