Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/s390/crypto/
Dzcrypt_ep11misc.c30 #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()
[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.c47 #define DEBUG_ERR(...) debug_sprintf_event(debug_info, 3, ##__VA_ARGS__) macro
112 DEBUG_ERR("%s unknown/unsupported keytype %d\n", in pkey_clr2protkey()
125 DEBUG_ERR("%s pckmo functions not available\n", __func__); in pkey_clr2protkey()
326 DEBUG_ERR("%s unknown/unsupported keytype %d\n", __func__, in pkey_genprotkey()
370 DEBUG_ERR("%s unknown/unsupported keytype %d\n", __func__, in pkey_verifyprotkey()
383 DEBUG_ERR("%s protected key is not valid\n", __func__); in pkey_verifyprotkey()
458 DEBUG_ERR("%s unable to build protected key from clear", in pkey_nonccatok2pkey()
479 DEBUG_ERR("%s unknown/unsupported non-CCA token version %d\n", in pkey_nonccatok2pkey()
507 DEBUG_ERR("%s unknown/unsupported CCA internal token version %d\n", in pkey_ccainttok2pkey()
525 DEBUG_ERR("%s invalid keylen %d\n", __func__, keylen); in pkey_keyblob2pkey()
[all …]
/linux-5.19.10/drivers/char/hw_random/
Ds390-trng.c39 #define DEBUG_ERR(...) debug_sprintf_event(debug_info, 3, ##__VA_ARGS__) macro