Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/ux500/cryp/
Dcryp_core.c430 pr_debug(DEV_DBG_NAME " [%s]", __func__); in cryp_get_device_data()
762 pr_debug(DEV_DBG_NAME " [%s]", __func__); in hw_crypt_noxts()
767 pr_debug(DEV_DBG_NAME " [%s]: Data isn't aligned! Addr: " in hw_crypt_noxts()
841 pr_debug(DEV_DBG_NAME " [%s]", __func__); in ablk_dma_crypt()
899 pr_debug(DEV_DBG_NAME " [%s]", __func__); in ablk_crypt()
909 pr_err(DEV_DBG_NAME "[%s]: ablkcipher_walk_phys() failed!", in ablk_crypt()
957 pr_debug(DEV_DBG_NAME " [%s]", __func__); in aes_ablkcipher_setkey()
973 pr_err(DEV_DBG_NAME "[%s]: Unknown keylen!", __func__); in aes_ablkcipher_setkey()
992 pr_debug(DEV_DBG_NAME " [%s]", __func__); in des_ablkcipher_setkey()
1011 pr_debug(DEV_DBG_NAME " [%s]", __func__); in des3_ablkcipher_setkey()
[all …]
Dcryp.h19 #define DEV_DBG_NAME "crypX crypX:" macro