Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c279 {CRYPTO_HMAC_VERSION, CRYPTO_HMAC_SHA256_FLAG, CRYPTO_HMAC_SHA256}, in crypto_v3_dynamic_cap()
366 case CRYPTO_HMAC_SHA256: in rk_hash_init()
546 mask |= (CRYPTO_HMAC_MD5 | CRYPTO_HMAC_SHA1 | CRYPTO_HMAC_SHA256 | in rockchip_crypto_capability()
1582 CRYPTO_HMAC_SHA256 |
1601 CRYPTO_HMAC_SHA256 |
1620 CRYPTO_HMAC_SHA256 |
/OK3568_Linux_fs/u-boot/include/
H A Dcrypto.h33 #define CRYPTO_HMAC_SHA256 BIT(27) macro
/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dcrypto-uclass.c54 case CRYPTO_HMAC_SHA256: in crypto_algo_nbits()