Home
last modified time | relevance | path

Searched refs:zcrypt_dbf_common (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/s390/crypto/
Dzcrypt_debug.h22 if (debug_level_enabled(zcrypt_dbf_common, level)) { \
25 debug_text_event(zcrypt_dbf_common, level, \
Dzcrypt_api.c76 static debug_info_t *zcrypt_dbf_common; variable
1417 zcrypt_dbf_common = debug_register("zcrypt_common", 1, 1, 16); in zcrypt_debug_init()
1418 debug_register_view(zcrypt_dbf_common, &debug_hex_ascii_view); in zcrypt_debug_init()
1419 debug_set_level(zcrypt_dbf_common, DBF_ERR); in zcrypt_debug_init()
1431 if (zcrypt_dbf_common) in zcrypt_debug_exit()
1432 debug_unregister(zcrypt_dbf_common); in zcrypt_debug_exit()