Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/rockchip/
H A Dcrypto_hash_cache.h33 int crypto_hash_update_with_cache(struct crypto_hash_cache *hash_cache,
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_v1.c157 ret = crypto_hash_update_with_cache(priv->hash_cache, p, in rockchip_crypto_sha_update()
164 ret = crypto_hash_update_with_cache(priv->hash_cache, p, in rockchip_crypto_sha_update()
H A Dcrypto_hash_cache.c127 int crypto_hash_update_with_cache(struct crypto_hash_cache *hash_cache, in crypto_hash_update_with_cache() function
H A Dcrypto_v2.c528 ret = crypto_hash_update_with_cache(tmp_ctx->hash_cache, in rk_hash_update()