Home
last modified time | relevance | path

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

/drivers/crypto/qce/
Dcommon.h55 #define QCE_ENCRYPT BIT(13) macro
77 #define IS_ENCRYPT(dir) (dir & QCE_ENCRYPT)
Dskcipher.c233 rctx->flags |= encrypt ? QCE_ENCRYPT : QCE_DECRYPT; in qce_skcipher_crypt()