Lines Matching refs:DEBUG_ERR
30 #define DEBUG_ERR(...) ZCRYPT_DBF(DBF_ERR, ##__VA_ARGS__) macro
513 DEBUG_ERR("%s reply start tag mismatch\n", func); in check_reply_pl()
530 DEBUG_ERR("%s reply start tag lenfmt mismatch 0x%02hhx\n", in check_reply_pl()
537 DEBUG_ERR("%s reply length %d too small\n", func, len); in check_reply_pl()
543 DEBUG_ERR("%s function tag or length mismatch\n", func); in check_reply_pl()
550 DEBUG_ERR("%s dom tag or length mismatch\n", func); in check_reply_pl()
557 DEBUG_ERR("%s return value tag or length mismatch\n", func); in check_reply_pl()
563 DEBUG_ERR("%s return value 0x%04x != 0\n", func, ret); in check_reply_pl()
629 DEBUG_ERR( in ep11_query_info()
639 DEBUG_ERR("%s unknown reply data format\n", __func__); in ep11_query_info()
644 DEBUG_ERR("%s mismatch between reply data len and buffer len\n", in ep11_query_info()
819 DEBUG_ERR( in _ep11_genaeskey()
881 DEBUG_ERR( in _ep11_genaeskey()
891 DEBUG_ERR("%s unknown reply data format\n", __func__); in _ep11_genaeskey()
896 DEBUG_ERR("%s mismatch reply data len / key buffer len\n", in _ep11_genaeskey()
1033 DEBUG_ERR( in ep11_cryptsingle()
1043 DEBUG_ERR("%s unknown reply data format\n", __func__); in ep11_cryptsingle()
1056 DEBUG_ERR("%s unknown reply data length format 0x%02hhx\n", in ep11_cryptsingle()
1062 DEBUG_ERR("%s mismatch reply data len %d / output buffer %zu\n", in ep11_cryptsingle()
1191 DEBUG_ERR( in _ep11_unwrapkey()
1201 DEBUG_ERR("%s unknown reply data format\n", __func__); in _ep11_unwrapkey()
1206 DEBUG_ERR("%s mismatch reply data len / key buffer len\n", in _ep11_unwrapkey()
1346 DEBUG_ERR( in _ep11_wrapkey()
1356 DEBUG_ERR("%s unknown reply data format\n", __func__); in _ep11_wrapkey()
1361 DEBUG_ERR("%s mismatch reply data len / data buffer len\n", in _ep11_wrapkey()
1389 DEBUG_ERR( in ep11_clr2keyblob()
1408 DEBUG_ERR( in ep11_clr2keyblob()
1418 DEBUG_ERR( in ep11_clr2keyblob()
1429 DEBUG_ERR( in ep11_clr2keyblob()
1479 DEBUG_ERR( in ep11_kblob2protkey()
1488 DEBUG_ERR("%s wk info version %d or pkeytype %d mismatch.\n", in ep11_kblob2protkey()
1514 DEBUG_ERR("%s unknown/unsupported AES pkeysize %d\n", in ep11_kblob2protkey()
1528 DEBUG_ERR("%s unknown/unsupported key type %d\n", in ep11_kblob2protkey()
1536 DEBUG_ERR("%s wk info pkeysize %llu > protkeysize %u\n", in ep11_kblob2protkey()