Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_v2.c306 {CRYPTO_HMAC_VERSION, CRYPTO_HMAC_SHA1_FLAG, CRYPTO_HMAC_SHA1}, in crypto_v3_dynamic_cap()
398 case CRYPTO_HMAC_SHA1: in rk_hash_init()
586 mask |= (CRYPTO_HMAC_MD5 | CRYPTO_HMAC_SHA1 | CRYPTO_HMAC_SHA256 | in rockchip_crypto_capability()
1745 CRYPTO_HMAC_SHA1 |
1764 CRYPTO_HMAC_SHA1 |
1783 CRYPTO_HMAC_SHA1 |
H A Dcrypto_ce.c69 {CRYPTO_HMAC_SHA1, RKCE_HASH_ALGO_SHA1},
/rk3399_rockchip-uboot/include/
H A Dcrypto.h36 #define CRYPTO_HMAC_SHA1 BIT(26) macro
/rk3399_rockchip-uboot/drivers/crypto/
H A Dcrypto-uclass.c52 case CRYPTO_HMAC_SHA1: in crypto_algo_nbits()