Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dcrypto.h39 #define CRYPTO_HMAC_SM3 BIT(29) macro
/rk3399_rockchip-uboot/drivers/crypto/
H A Dcrypto-uclass.c61 case CRYPTO_HMAC_SM3: in crypto_algo_nbits()
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_v2.c309 {CRYPTO_HMAC_VERSION, CRYPTO_HMAC_SM3_FLAG, CRYPTO_HMAC_SM3}, in crypto_v3_dynamic_cap()
413 case CRYPTO_HMAC_SM3: in rk_hash_init()
587 CRYPTO_HMAC_SHA512 | CRYPTO_HMAC_SM3); in rockchip_crypto_capability()
1767 CRYPTO_HMAC_SM3 |
H A Dcrypto_ce.c72 {CRYPTO_HMAC_SM3, RKCE_HASH_ALGO_SM3},