Home
last modified time | relevance | path

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

/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 extern debug_info_t *zcrypt_dbf_info;
H A Dzcrypt_api.c67 debug_info_t *zcrypt_dbf_info; variable
2059 zcrypt_dbf_info = debug_register("zcrypt", 2, 1, in zcrypt_debug_init()
2061 debug_register_view(zcrypt_dbf_info, &debug_sprintf_view); in zcrypt_debug_init()
2062 debug_set_level(zcrypt_dbf_info, DBF_ERR); in zcrypt_debug_init()
2069 debug_unregister(zcrypt_dbf_info); in zcrypt_debug_exit()
H A Dzcrypt_ccamisc.c416 rc = cca_check_secaeskeytoken(zcrypt_dbf_info, DBF_ERR, in cca_genseckey()
554 rc = cca_check_secaeskeytoken(zcrypt_dbf_info, DBF_ERR, in cca_clr2seckey()
907 rc = cca_check_secaescipherkey(zcrypt_dbf_info, DBF_ERR, in cca_gencipherkey()