Home
last modified time | relevance | path

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

/linux/drivers/crypto/qce/
H A Dcommon.h52 #define QCE_MODE_CCM BIT(12) macro
78 #define IS_CCM(mode) (mode & QCE_MODE_CCM)
H A Dcommon.c268 case QCE_MODE_CCM: in qce_encr_cfg()