Searched refs:IS_ECB (Results 1 – 6 of 6) sorted by relevance
307 if (!IS_ECB(flags)) in eip93_set_sa_record()398 if (IS_ECB(rctx->flags)) in eip93_scatter_combine()531 if (IS_ECB(flags)) in eip93_send_req()697 if (!IS_ECB(rctx->flags)) in eip93_handle_result()
77 #define IS_ECB(mode) ((mode) & EIP93_MODE_ECB) macro
151 if (IS_ECB(rctx->flags) || IS_CBC(rctx->flags)) in eip93_skcipher_crypt()
75 #define IS_ECB(mode) (mode & QCE_MODE_ECB) macro
278 if (IS_ECB(rctx->flags) || IS_CBC(rctx->flags)) in qce_skcipher_crypt()
360 if (!IS_ECB(flags)) { in qce_setup_regs_skcipher()
Completed in 14 milliseconds