Home
last modified time | relevance | path

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

/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()
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 …]
/drivers/staging/r8188eu/include/
Drtw_br_ext.h12 #define DEBUG_ERR DBG_88E macro
/drivers/staging/r8188eu/core/
Drtw_br_ext.c497 DEBUG_ERR("SID tag length too long!\n"); in nat25_db_handle()
505 DEBUG_ERR("call skb_pull_and_merge() failed in PADI/R packet!\n"); in nat25_db_handle()
528 DEBUG_ERR("Discard PPPoE packet due to another PPPoE connection is in progress!\n"); in nat25_db_handle()
Drtw_xmit.c1628 DEBUG_ERR("TX DROP: skb_copy fail!\n"); in rtw_br_client_tx()
1643 DEBUG_ERR("%s(): skb_is_nonlinear!!\n", __func__); in rtw_br_client_tx()
1647 DEBUG_ERR("TX DROP: skb_linearize fail!\n"); in rtw_br_client_tx()
1654 DEBUG_ERR("TX DROP: nat25_db_handle fail!\n"); in rtw_br_client_tx()
1676 DEBUG_ERR("TX DROP: untransformed frame SA:%02X%02X%02X%02X%02X%02X!\n", in rtw_br_client_tx()
/drivers/char/hw_random/
Ds390-trng.c39 #define DEBUG_ERR(...) debug_sprintf_event(debug_info, 3, ##__VA_ARGS__) macro