Home
last modified time | relevance | path

Searched refs:QCE_ENCRYPT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/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()