Home
last modified time | relevance | path

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

/linux/drivers/crypto/qce/
H A Dcommon.h75 #define IS_ECB(mode) (mode & QCE_MODE_ECB) macro
H A Dskcipher.c278 if (IS_ECB(rctx->flags) || IS_CBC(rctx->flags)) in qce_skcipher_crypt()
H A Dcommon.c360 if (!IS_ECB(flags)) { in qce_setup_regs_skcipher()