Home
last modified time | relevance | path

Searched refs:IS_AES (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/crypto/qce/
Dcommon.c52 if (IS_AES(flags)) { in qce_encr_cfg()
59 if (IS_AES(flags)) in qce_encr_cfg()
98 if (IS_AES(flags) && (IS_CCM(flags) || IS_CMAC(flags))) in qce_auth_cfg()
122 else if (IS_AES(flags) && IS_CCM(flags)) in qce_auth_cfg()
124 else if (IS_AES(flags) && IS_CMAC(flags)) in qce_auth_cfg()
343 } else if (IS_AES(flags)) { in qce_setup_regs_ablkcipher()
Dcommon.h56 #define IS_AES(flags) (flags & QCE_ALG_AES) macro
Dablkcipher.c222 if (IS_AES(rctx->flags) && ctx->enc_keylen != AES_KEYSIZE_128 && in qce_ablkcipher_crypt()