Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_v3_reg.h65 #define CRYPTO_HMAC_VERSION 0x0690 macro
H A Drk_crypto_v3.c152 version = CRYPTO_READ(rk_dev, CRYPTO_HMAC_VERSION); in rk_is_hash_support()
/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c277 {CRYPTO_HMAC_VERSION, CRYPTO_HMAC_MD5_FLAG, CRYPTO_HMAC_MD5}, in crypto_v3_dynamic_cap()
278 {CRYPTO_HMAC_VERSION, CRYPTO_HMAC_SHA1_FLAG, CRYPTO_HMAC_SHA1}, in crypto_v3_dynamic_cap()
279 {CRYPTO_HMAC_VERSION, CRYPTO_HMAC_SHA256_FLAG, CRYPTO_HMAC_SHA256}, in crypto_v3_dynamic_cap()
280 {CRYPTO_HMAC_VERSION, CRYPTO_HMAC_SHA512_FLAG, CRYPTO_HMAC_SHA512}, in crypto_v3_dynamic_cap()
281 {CRYPTO_HMAC_VERSION, CRYPTO_HMAC_SM3_FLAG, CRYPTO_HMAC_SM3}, in crypto_v3_dynamic_cap()
/OK3568_Linux_fs/u-boot/include/rockchip/
H A Dcrypto_v2.h460 #define CRYPTO_HMAC_VERSION 0x0690 macro