Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/qce/
Dcommon.c60 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()
Dcommon.h64 #define IS_AES(flags) (flags & QCE_ALG_AES) macro
Dablkcipher.c173 if (IS_AES(flags)) { in qce_ablkcipher_setkey()
215 if (IS_AES(rctx->flags) && ctx->enc_keylen != AES_KEYSIZE_128 && in qce_ablkcipher_crypt()