Home
last modified time | relevance | path

Searched refs:QCE_ENCRYPT (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/qce/
H A Dcommon.h55 #define QCE_ENCRYPT BIT(13) macro
77 #define IS_ENCRYPT(dir) (dir & QCE_ENCRYPT)
H A Dskcipher.c233 rctx->flags |= encrypt ? QCE_ENCRYPT : QCE_DECRYPT; in qce_skcipher_crypt()
/kernel/linux/linux-6.6/drivers/crypto/qce/
H A Dcommon.h58 #define QCE_ENCRYPT BIT(30) macro
81 #define IS_ENCRYPT(dir) (dir & QCE_ENCRYPT)
H A Dskcipher.c267 rctx->flags |= encrypt ? QCE_ENCRYPT : QCE_DECRYPT; in qce_skcipher_crypt()
H A Daead.c511 rctx->flags |= encrypt ? QCE_ENCRYPT : QCE_DECRYPT; in qce_aead_crypt()

Completed in 4 milliseconds