Searched refs:DEBUG_ERR (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/s390/crypto/ |
| D | zcrypt_ccamisc.c | 29 #define DEBUG_ERR(...) ZCRYPT_DBF(DBF_ERR, ##__VA_ARGS__) macro 345 DEBUG_ERR("%s unknown/unsupported keybitsize %d\n", in cca_genseckey() 364 DEBUG_ERR("%s zcrypt_send_cprb (cardnr=%d domain=%d) failed, errno %d\n", in cca_genseckey() 371 DEBUG_ERR("%s secure key generate failure, card response %d/%d\n", in cca_genseckey() 388 DEBUG_ERR("%s secure token size mismatch %d != %d bytes\n", in cca_genseckey() 482 DEBUG_ERR("%s unknown/unsupported keybitsize %d\n", in cca_clr2seckey() 501 DEBUG_ERR("%s zcrypt_send_cprb (cardnr=%d domain=%d) failed, rc=%d\n", in cca_clr2seckey() 508 DEBUG_ERR("%s clear key import failure, card response %d/%d\n", in cca_clr2seckey() 525 DEBUG_ERR("%s secure token size mismatch %d != %d bytes\n", in cca_clr2seckey() 627 DEBUG_ERR("%s zcrypt_send_cprb (cardnr=%d domain=%d) failed, rc=%d\n", in cca_sec2protkey() [all …]
|
| D | pkey_api.c | 48 #define DEBUG_ERR(...) debug_sprintf_event(debug_info, 3, ##__VA_ARGS__) macro 99 DEBUG_ERR("%s unknown/unsupported keytype %d\n", in pkey_clr2protkey() 110 DEBUG_ERR("%s pckmo functions not available\n", __func__); in pkey_clr2protkey() 238 DEBUG_ERR("%s unknown/unsupported keytype %d\n", __func__, in pkey_genprotkey() 282 DEBUG_ERR("%s unknown/unsupported keytype %d\n", __func__, in pkey_verifyprotkey() 295 DEBUG_ERR("%s protected key is not valid\n", __func__); in pkey_verifyprotkey() 324 DEBUG_ERR("%s unknown/unsupported non-CCA token version %d\n", in pkey_nonccatok2pkey() 348 DEBUG_ERR("%s unknown/unsupported CCA internal token version %d\n", in pkey_ccainttok2pkey() 366 DEBUG_ERR("%s invalid keylen %d\n", __func__, keylen); in pkey_keyblob2pkey() 378 DEBUG_ERR("%s unknown/unsupported blob type %d\n", in pkey_keyblob2pkey() [all …]
|
| /Linux-v5.4/drivers/char/hw_random/ |
| D | s390-trng.c | 39 #define DEBUG_ERR(...) debug_sprintf_event(debug_info, 3, ##__VA_ARGS__) macro
|