Home
last modified time | relevance | path

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

/openbmc/linux/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()