Home
last modified time | relevance | path

Searched refs:crypto_sha_init (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/drivers/crypto/
H A Dcrypto-uclass.c133 int crypto_sha_init(struct udevice *dev, sha_context *ctx) in crypto_sha_init() function
244 ret = crypto_sha_init(dev, ctx); in crypto_sha_csum()
267 ret = crypto_sha_init(dev, ctx); in crypto_sha_regions_csum()
/rk3399_rockchip-uboot/include/
H A Dcrypto.h169 int crypto_sha_init(struct udevice *dev, sha_context *ctx);
/rk3399_rockchip-uboot/common/spl/
H A Dspl_boot_image.c229 crypto_sha_init(dev, &ctx); in spl_hash_android()
/rk3399_rockchip-uboot/cmd/
H A Dcrypto.c348 ret = crypto_sha_init(dev, &ctx); in test_hash_perf()
478 ret = crypto_sha_init(dev, &csha_ctx); in test_hash_result()
/rk3399_rockchip-uboot/lib/avb/libavb/
H A Davb_sha512.c145 crypto_sha_init(ctx->crypto_dev, &ctx->crypto_ctx); in avb_sha512_init()
/rk3399_rockchip-uboot/lib/
H A Dsha256.c65 crypto_sha_init(ctx->cdev, &cctx); in sha256_starts()
H A Dsha1.c80 crypto_sha_init(ctx->cdev, &cctx); in sha1_starts()