Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dcrypto_sum.c59 crypto_sha_csum(dev, &csha_ctx, input_data, input_len, hash); in do_crypto_csum()
66 crypto_sha_csum(dev, &csha_ctx, input_data, input_len, hash); in do_crypto_csum()
73 crypto_sha_csum(dev, &csha_ctx, input_data, input_len, hash); in do_crypto_csum()
80 crypto_sha_csum(dev, &csha_ctx, input_data, input_len, hash); in do_crypto_csum()
/rk3399_rockchip-uboot/include/
H A Dcrypto.h204 int crypto_sha_csum(struct udevice *dev, sha_context *ctx,
/rk3399_rockchip-uboot/drivers/crypto/
H A Dcrypto-uclass.c239 int crypto_sha_csum(struct udevice *dev, sha_context *ctx, in crypto_sha_csum() function
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c1279 return crypto_sha_csum(dev, &csha_ctx, (char *)data, len, output); in crypto_csum()