Home
last modified time | relevance | path

Searched refs:DEBUG_ERR (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/s390/crypto/
Dzcrypt_ep11misc.c30 #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()
[all …]
Dzcrypt_ccamisc.c29 #define DEBUG_ERR(...) ZCRYPT_DBF(DBF_ERR, ##__VA_ARGS__) macro
370 DEBUG_ERR("%s unknown/unsupported keybitsize %d\n", in cca_genseckey()
389 DEBUG_ERR("%s zcrypt_send_cprb (cardnr=%d domain=%d) failed, errno %d\n", in cca_genseckey()
396 DEBUG_ERR("%s secure key generate failure, card response %d/%d\n", in cca_genseckey()
414 DEBUG_ERR("%s secure token size mismatch %d != %d bytes\n", in cca_genseckey()
508 DEBUG_ERR("%s unknown/unsupported keybitsize %d\n", in cca_clr2seckey()
527 DEBUG_ERR("%s zcrypt_send_cprb (cardnr=%d domain=%d) failed, rc=%d\n", in cca_clr2seckey()
534 DEBUG_ERR("%s clear key import failure, card response %d/%d\n", in cca_clr2seckey()
552 DEBUG_ERR("%s secure token size mismatch %d != %d bytes\n", in cca_clr2seckey()
654 DEBUG_ERR("%s zcrypt_send_cprb (cardnr=%d domain=%d) failed, rc=%d\n", in cca_sec2protkey()
[all …]
Dpkey_api.c50 #define DEBUG_ERR(...) debug_sprintf_event(debug_info, 3, ##__VA_ARGS__) macro
166 DEBUG_ERR("%s unknown/unsupported keytype %u\n", in pkey_clr2protkey()
172 DEBUG_ERR("%s prot key buffer size too small: %u < %d\n", in pkey_clr2protkey()
185 DEBUG_ERR("%s pckmo functions not available\n", __func__); in pkey_clr2protkey()
382 DEBUG_ERR("%s unknown/unsupported keytype %d\n", __func__, in pkey_genprotkey()
431 DEBUG_ERR("%s unknown/unsupported keytype %u\n", __func__, in pkey_verifyprotkey()
436 DEBUG_ERR("%s invalid protected key size %u for keytype %u\n", in pkey_verifyprotkey()
449 DEBUG_ERR("%s protected key is not valid\n", __func__); in pkey_verifyprotkey()
467 DEBUG_ERR("%s unknown/unsupported keytype %u\n", in nonccatokaes2pkey()
472 DEBUG_ERR("%s non clear key aes token: invalid key len %u\n", in nonccatokaes2pkey()
[all …]
/Linux-v6.6/drivers/char/hw_random/
Ds390-trng.c40 #define DEBUG_ERR(...) debug_sprintf_event(debug_info, 3, ##__VA_ARGS__) macro