Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_v2.c305 {CRYPTO_HMAC_VERSION, CRYPTO_HMAC_MD5_FLAG, CRYPTO_HMAC_MD5}, in crypto_v3_dynamic_cap()
306 {CRYPTO_HMAC_VERSION, CRYPTO_HMAC_SHA1_FLAG, CRYPTO_HMAC_SHA1}, in crypto_v3_dynamic_cap()
307 {CRYPTO_HMAC_VERSION, CRYPTO_HMAC_SHA256_FLAG, CRYPTO_HMAC_SHA256}, in crypto_v3_dynamic_cap()
308 {CRYPTO_HMAC_VERSION, CRYPTO_HMAC_SHA512_FLAG, CRYPTO_HMAC_SHA512}, in crypto_v3_dynamic_cap()
309 {CRYPTO_HMAC_VERSION, CRYPTO_HMAC_SM3_FLAG, CRYPTO_HMAC_SM3}, in crypto_v3_dynamic_cap()
/rk3399_rockchip-uboot/include/rockchip/
H A Dcrypto_v2.h467 #define CRYPTO_HMAC_VERSION 0x0690 macro