Home
last modified time | relevance | path

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

/Linux-v5.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()
525 DEBUG_ERR( in ep11_query_info()
535 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()
320 DEBUG_ERR("%s unknown/unsupported keytype %d\n", __func__, in pkey_genprotkey()
364 DEBUG_ERR("%s unknown/unsupported keytype %d\n", __func__, in pkey_verifyprotkey()
377 DEBUG_ERR("%s protected key is not valid\n", __func__); in pkey_verifyprotkey()
451 DEBUG_ERR("%s unable to build protected key from clear", in pkey_nonccatok2pkey()
472 DEBUG_ERR("%s unknown/unsupported non-CCA token version %d\n", in pkey_nonccatok2pkey()
500 DEBUG_ERR("%s unknown/unsupported CCA internal token version %d\n", in pkey_ccainttok2pkey()
518 DEBUG_ERR("%s invalid keylen %d\n", __func__, keylen); in pkey_keyblob2pkey()
[all …]
/Linux-v5.10/drivers/char/hw_random/
Ds390-trng.c39 #define DEBUG_ERR(...) debug_sprintf_event(debug_info, 3, ##__VA_ARGS__) macro