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