Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c280 {CRYPTO_HMAC_VERSION, CRYPTO_HMAC_SHA512_FLAG, CRYPTO_HMAC_SHA512}, in crypto_v3_dynamic_cap()
371 case CRYPTO_HMAC_SHA512: in rk_hash_init()
547 CRYPTO_HMAC_SHA512 | CRYPTO_HMAC_SM3); in rockchip_crypto_capability()
1583 CRYPTO_HMAC_SHA512 |
1602 CRYPTO_HMAC_SHA512 |
/OK3568_Linux_fs/u-boot/include/
H A Dcrypto.h34 #define CRYPTO_HMAC_SHA512 BIT(28) macro
/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dcrypto-uclass.c57 case CRYPTO_HMAC_SHA512: in crypto_algo_nbits()