Home
last modified time | relevance | path

Searched defs:IS_CBC (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/crypto/qce/
Dcommon.h74 #define IS_CBC(mode) (mode & QCE_MODE_CBC) macro
/linux-6.15/drivers/crypto/inside-secure/eip93/
Deip93-main.h76 #define IS_CBC(mode) ((mode) & EIP93_MODE_CBC) macro