• Home
  • Raw
  • Download

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()
525 DEBUG_ERR( in ep11_query_info()
535 DEBUG_ERR("%s unknown reply data format\n", __func__); in ep11_query_info()
540 DEBUG_ERR("%s mismatch between reply data len and buffer len\n", in ep11_query_info()
714 DEBUG_ERR( in ep11_genaeskey()
763 DEBUG_ERR( in ep11_genaeskey()
773 DEBUG_ERR("%s unknown reply data format\n", __func__); in ep11_genaeskey()
778 DEBUG_ERR("%s mismatch reply data len / key buffer len\n", in ep11_genaeskey()
883 DEBUG_ERR( in ep11_cryptsingle()
893 DEBUG_ERR("%s unknown reply data format\n", __func__); in ep11_cryptsingle()
906 DEBUG_ERR("%s unknown reply data length format 0x%02hhx\n", in ep11_cryptsingle()
912 DEBUG_ERR("%s mismatch reply data len %d / output buffer %zu\n", in ep11_cryptsingle()
1031 DEBUG_ERR( in ep11_unwrapkey()
1041 DEBUG_ERR("%s unknown reply data format\n", __func__); in ep11_unwrapkey()
1046 DEBUG_ERR("%s mismatch reply data len / key buffer len\n", in ep11_unwrapkey()
1169 DEBUG_ERR( in ep11_wrapkey()
1179 DEBUG_ERR("%s unknown reply data format\n", __func__); in ep11_wrapkey()
1184 DEBUG_ERR("%s mismatch reply data len / data buffer len\n", in ep11_wrapkey()
1212 DEBUG_ERR( in ep11_clr2keyblob()
1231 DEBUG_ERR( in ep11_clr2keyblob()
1243 DEBUG_ERR( in ep11_clr2keyblob()
1254 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()