Home
last modified time | relevance | path

Searched refs:IS_AES (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/qce/
H A 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()
H A Dcommon.h60 #define IS_AES(flags) (flags & QCE_ALG_AES) macro
H A Dskcipher.c239 if (IS_AES(rctx->flags) && in qce_skcipher_crypt()
421 if (IS_AES(def->flags)) { in qce_skcipher_register_one()
/kernel/linux/linux-6.6/drivers/crypto/qce/
H A Dcommon.h63 #define IS_AES(flags) (flags & QCE_ALG_AES) macro
H A Dcommon.c237 if (IS_AES(flags)) { in qce_encr_cfg()
244 if (IS_AES(flags)) in qce_encr_cfg()
349 } else if (IS_AES(flags)) { in qce_setup_regs_skcipher()
H A Dskcipher.c290 if (IS_AES(rctx->flags) && in qce_skcipher_crypt()
472 if (IS_AES(def->flags)) { in qce_skcipher_register_one()
H A Daead.c630 } else if (IS_AES(flags)) { in qce_aead_setkey()

Completed in 5 milliseconds