Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/qce/
Dcommon.c100 if (IS_AES(flags) && (IS_CCM(flags) || IS_CMAC(flags))) in qce_auth_cfg()
124 else if (IS_AES(flags) && IS_CCM(flags)) in qce_auth_cfg()
126 else if (IS_AES(flags) && IS_CMAC(flags)) in qce_auth_cfg()
233 if (IS_AES(flags)) { in qce_encr_cfg()
240 if (IS_AES(flags)) in qce_encr_cfg()
344 } else if (IS_AES(flags)) { in qce_setup_regs_skcipher()
Dcommon.h60 #define IS_AES(flags) (flags & QCE_ALG_AES) macro
Dskcipher.c239 if (IS_AES(rctx->flags) && in qce_skcipher_crypt()
421 if (IS_AES(def->flags)) { in qce_skcipher_register_one()