Home
last modified time | relevance | path

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

/linux/drivers/crypto/tegra/
H A Dtegra-se.h194 #define SE_AES_CRYPTO_CFG_HASH_EN(x) FIELD_PREP(BIT(0), x) macro
195 #define SE_AES_HASH_DISABLE SE_AES_CRYPTO_CFG_HASH_EN(0)
196 #define SE_AES_HASH_ENABLE SE_AES_CRYPTO_CFG_HASH_EN(1)