Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/crypto/
H A 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;
H A Dzcrypt_api.c68 debug_info_t *zcrypt_dbf_info; variable
2042 zcrypt_dbf_info = debug_register("zcrypt", 2, 1, in zcrypt_debug_init()
2044 debug_register_view(zcrypt_dbf_info, &debug_sprintf_view); in zcrypt_debug_init()
2045 debug_set_level(zcrypt_dbf_info, DBF_ERR); in zcrypt_debug_init()
2052 debug_unregister(zcrypt_dbf_info); in zcrypt_debug_exit()
H A 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()