Searched refs:IS_SHA (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/qce/ | ||
| H A D | common.h | 67 #define IS_SHA(flags) (IS_SHA1(flags) || IS_SHA256(flags)) macro |
| H A D | common.c | 129 if (IS_SHA(flags) || IS_SHA_HMAC(flags)) in qce_auth_cfg() |