Searched refs:QCE_ENCRYPT (Results 1 – 2 of 2) sorted by relevance
59 #define QCE_ENCRYPT BIT(13) macro81 #define IS_ENCRYPT(dir) (dir & QCE_ENCRYPT)
213 rctx->flags |= encrypt ? QCE_ENCRYPT : QCE_DECRYPT; in qce_ablkcipher_crypt()