Home
last modified time | relevance | path

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

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