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