Searched refs:CRYPTO_HMAC_VERSION (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk_crypto_v3_reg.h | 65 #define CRYPTO_HMAC_VERSION 0x0690 macro
|
| H A D | rk_crypto_v3.c | 152 version = CRYPTO_READ(rk_dev, CRYPTO_HMAC_VERSION); in rk_is_hash_support()
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/ |
| H A D | crypto_v2.c | 277 {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 D | crypto_v2.h | 460 #define CRYPTO_HMAC_VERSION 0x0690 macro
|