Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_v2.c307 {CRYPTO_HMAC_VERSION, CRYPTO_HMAC_SHA256_FLAG, CRYPTO_HMAC_SHA256}, in crypto_v3_dynamic_cap()
403 case CRYPTO_HMAC_SHA256: in rk_hash_init()
586 mask |= (CRYPTO_HMAC_MD5 | CRYPTO_HMAC_SHA1 | CRYPTO_HMAC_SHA256 | in rockchip_crypto_capability()
1746 CRYPTO_HMAC_SHA256 |
1765 CRYPTO_HMAC_SHA256 |
1784 CRYPTO_HMAC_SHA256 |
H A Dcrypto_ce.c70 {CRYPTO_HMAC_SHA256, RKCE_HASH_ALGO_SHA256},
/rk3399_rockchip-uboot/include/
H A Dcrypto.h37 #define CRYPTO_HMAC_SHA256 BIT(27) macro
/rk3399_rockchip-uboot/drivers/crypto/
H A Dcrypto-uclass.c55 case CRYPTO_HMAC_SHA256: in crypto_algo_nbits()