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