Home
last modified time | relevance | path

Searched refs:zcrypt_dbf_info (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/s390/crypto/ !
Dzcrypt_debug.h23 debug_sprintf_event(zcrypt_dbf_info, ##__VA_ARGS__)
25 debug_sprintf_event(zcrypt_dbf_info, DBF_ERR, ##__VA_ARGS__)
27 debug_sprintf_event(zcrypt_dbf_info, DBF_WARN, ##__VA_ARGS__)
29 debug_sprintf_event(zcrypt_dbf_info, DBF_INFO, ##__VA_ARGS__)
31 debug_sprintf_event(zcrypt_dbf_info, DBF_DEBUG, ##__VA_ARGS__)
33 extern debug_info_t *zcrypt_dbf_info;
Dzcrypt_api.c72 debug_info_t *zcrypt_dbf_info; variable
2162 zcrypt_dbf_info = debug_register("zcrypt", 2, 1, in zcrypt_debug_init()
2164 debug_register_view(zcrypt_dbf_info, &debug_sprintf_view); in zcrypt_debug_init()
2165 debug_set_level(zcrypt_dbf_info, DBF_ERR); in zcrypt_debug_init()
2172 debug_unregister(zcrypt_dbf_info); in zcrypt_debug_exit()
Dzcrypt_ccamisc.c421 rc = cca_check_secaeskeytoken(zcrypt_dbf_info, DBF_ERR, in cca_genseckey()
559 rc = cca_check_secaeskeytoken(zcrypt_dbf_info, DBF_ERR, in cca_clr2seckey()
915 rc = cca_check_secaescipherkey(zcrypt_dbf_info, DBF_ERR, in cca_gencipherkey()