Home
last modified time | relevance | path

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

/linux/drivers/crypto/tegra/
H A Dtegra-se.h83 #define SE_SHA_CFG_DST(x) FIELD_PREP(GENMASK(4, 2), x) macro
84 #define SE_SHA_DST_MEMORY SE_SHA_CFG_DST(0)
85 #define SE_SHA_DST_HASH_REG SE_SHA_CFG_DST(1)
86 #define SE_SHA_DST_KEYTABLE SE_SHA_CFG_DST(2)
87 #define SE_SHA_DST_SRK SE_SHA_CFG_DST(3)