Searched refs:IS_CBC (Results 1 – 5 of 5) 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()
76 #define IS_CBC(mode) ((mode) & EIP93_MODE_CBC) macro
151 if (IS_ECB(rctx->flags) || IS_CBC(rctx->flags)) in eip93_skcipher_crypt()