IS_CMAC            98 drivers/crypto/qce/common.c 	if (IS_AES(flags) && (IS_CCM(flags) || IS_CMAC(flags)))
IS_CMAC           103 drivers/crypto/qce/common.c 	if (IS_CCM(flags) || IS_CMAC(flags)) {
IS_CMAC           114 drivers/crypto/qce/common.c 	else if (IS_CMAC(flags))
IS_CMAC           124 drivers/crypto/qce/common.c 	else if (IS_AES(flags) && IS_CMAC(flags))
IS_CMAC           134 drivers/crypto/qce/common.c 	    IS_CMAC(flags))
IS_CMAC           243 drivers/crypto/qce/common.c 	if (IS_CMAC(rctx->flags)) {
IS_CMAC           254 drivers/crypto/qce/common.c 	if (IS_SHA_HMAC(rctx->flags) || IS_CMAC(rctx->flags)) {
IS_CMAC           262 drivers/crypto/qce/common.c 	if (IS_CMAC(rctx->flags))
IS_CMAC            81 drivers/crypto/qce/sha.c 	} else if (IS_CMAC(flags)) {