is_ccm            336 drivers/crypto/amcc/crypto4xx_alg.c 						bool is_ccm, bool decrypt)
is_ccm            356 drivers/crypto/amcc/crypto4xx_alg.c 	if (is_ccm && !(req->iv[0] == 1 || req->iv[0] == 3))
is_ccm            443 drivers/crypto/stm32/stm32-cryp.c 	if (is_aes(cryp) && is_ccm(cryp))
is_ccm            638 drivers/crypto/stm32/stm32-cryp.c 	if (!err && (is_gcm(cryp) || is_ccm(cryp)))
is_ccm            642 drivers/crypto/stm32/stm32-cryp.c 	if (!err && (!(is_gcm(cryp) || is_ccm(cryp))))
is_ccm            667 drivers/crypto/stm32/stm32-cryp.c 	if (is_gcm(cryp) || is_ccm(cryp))
is_ccm           1006 drivers/crypto/stm32/stm32-cryp.c 	if (is_gcm(cryp) || is_ccm(cryp)) {
is_ccm           1241 drivers/crypto/stm32/stm32-cryp.c 	if (is_encrypt(cryp) && (is_gcm(cryp) || is_ccm(cryp)))
is_ccm           1282 drivers/crypto/stm32/stm32-cryp.c 	if (is_decrypt(cryp) && (is_gcm(cryp) || is_ccm(cryp)))
is_ccm           1701 drivers/crypto/stm32/stm32-cryp.c 		} else if (is_ccm(cryp)) {