Home
last modified time | relevance | path

Searched refs:IS_CBC (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/crypto/qce/
H A Dcommon.h74 #define IS_CBC(mode) (mode & QCE_MODE_CBC) macro
H A Dskcipher.c278 if (IS_ECB(rctx->flags) || IS_CBC(rctx->flags)) in qce_skcipher_crypt()
H A Daead.c544 if (IS_CBC(rctx->flags) && !IS_ALIGNED(rctx->cryptlen, blocksize)) in qce_aead_crypt()
/linux/drivers/crypto/inside-secure/eip93/
H A Deip93-main.h76 #define IS_CBC(mode) ((mode) & EIP93_MODE_CBC) macro
H A Deip93-cipher.c151 if (IS_ECB(rctx->flags) || IS_CBC(rctx->flags)) in eip93_skcipher_crypt()