Searched refs:IS_CBC (Results 1 – 3 of 3) sorted by relevance
74 #define IS_CBC(mode) (mode & QCE_MODE_CBC) macro
278 if (IS_ECB(rctx->flags) || IS_CBC(rctx->flags)) in qce_skcipher_crypt()
544 if (IS_CBC(rctx->flags) && !IS_ALIGNED(rctx->cryptlen, blocksize)) in qce_aead_crypt()