Searched refs:IS_AES (Results 1 – 3 of 3) sorted by relevance
60 if (IS_AES(flags)) { in qce_encr_cfg()67 if (IS_AES(flags)) in qce_encr_cfg()106 if (IS_AES(flags) && (IS_CCM(flags) || IS_CMAC(flags))) in qce_auth_cfg()130 else if (IS_AES(flags) && IS_CCM(flags)) in qce_auth_cfg()132 else if (IS_AES(flags) && IS_CMAC(flags)) in qce_auth_cfg()351 } else if (IS_AES(flags)) { in qce_setup_regs_ablkcipher()
64 #define IS_AES(flags) (flags & QCE_ALG_AES) macro
173 if (IS_AES(flags)) { in qce_ablkcipher_setkey()215 if (IS_AES(rctx->flags) && ctx->enc_keylen != AES_KEYSIZE_128 && in qce_ablkcipher_crypt()