Searched refs:IS_AES (Results 1 – 6 of 6) sorted by relevance
237 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()
63 #define IS_AES(flags) (flags & QCE_ALG_AES) macro
290 if (IS_AES(rctx->flags) && in qce_skcipher_crypt()472 if (IS_AES(def->flags)) { in qce_skcipher_register_one()
630 } else if (IS_AES(flags)) { in qce_aead_setkey()
68 #define IS_AES(flags) ((flags) & EIP93_ALG_AES) macro
113 if (IS_AES(alg_flags)) { in eip93_register_algs()
Completed in 15 milliseconds