Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/ux500/cryp/
Dcryp_core.c429 pr_debug(DEV_DBG_NAME " [%s]", __func__); in cryp_get_device_data()
755 pr_debug(DEV_DBG_NAME " [%s]", __func__); in hw_crypt_noxts()
760 pr_debug(DEV_DBG_NAME " [%s]: Data isn't aligned! Addr: " in hw_crypt_noxts()
834 pr_debug(DEV_DBG_NAME " [%s]", __func__); in ablk_dma_crypt()
892 pr_debug(DEV_DBG_NAME " [%s]", __func__); in ablk_crypt()
902 pr_err(DEV_DBG_NAME "[%s]: ablkcipher_walk_phys() failed!", in ablk_crypt()
950 pr_debug(DEV_DBG_NAME " [%s]", __func__); in aes_ablkcipher_setkey()
966 pr_err(DEV_DBG_NAME "[%s]: Unknown keylen!", __func__); in aes_ablkcipher_setkey()
987 pr_debug(DEV_DBG_NAME " [%s]", __func__); in des_ablkcipher_setkey()
990 pr_debug(DEV_DBG_NAME " [%s]: CRYPTO_TFM_RES_BAD_KEY_LEN", in des_ablkcipher_setkey()
[all …]
Dcryp.h19 #define DEV_DBG_NAME "crypX crypX:" macro