Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c278 {CRYPTO_HMAC_VERSION, CRYPTO_HMAC_SHA1_FLAG, CRYPTO_HMAC_SHA1}, in crypto_v3_dynamic_cap()
361 case CRYPTO_HMAC_SHA1: in rk_hash_init()
546 mask |= (CRYPTO_HMAC_MD5 | CRYPTO_HMAC_SHA1 | CRYPTO_HMAC_SHA256 | in rockchip_crypto_capability()
1581 CRYPTO_HMAC_SHA1 |
1600 CRYPTO_HMAC_SHA1 |
1619 CRYPTO_HMAC_SHA1 |
/OK3568_Linux_fs/u-boot/include/
H A Dcrypto.h32 #define CRYPTO_HMAC_SHA1 BIT(26) macro
/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dcrypto-uclass.c51 case CRYPTO_HMAC_SHA1: in crypto_algo_nbits()