Home
last modified time | relevance | path

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

/drivers/crypto/qce/
Dcommon.h59 #define QCE_ENCRYPT BIT(13) macro
81 #define IS_ENCRYPT(dir) (dir & QCE_ENCRYPT)
Dablkcipher.c213 rctx->flags |= encrypt ? QCE_ENCRYPT : QCE_DECRYPT; in qce_ablkcipher_crypt()