Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/crypto/
H A Dcrypto-uclass.c159 int crypto_sha_final(struct udevice *dev, sha_context *ctx, u8 *output) in crypto_sha_final() function
252 ret = crypto_sha_final(dev, ctx, output); in crypto_sha_csum()
278 return crypto_sha_final(dev, ctx, output); in crypto_sha_regions_csum()
/rk3399_rockchip-uboot/include/
H A Dcrypto.h191 int crypto_sha_final(struct udevice *dev, sha_context *ctx, u8 *output);
/rk3399_rockchip-uboot/common/spl/
H A Dspl_boot_image.c254 crypto_sha_final(dev, &ctx, hash); in spl_hash_android()
/rk3399_rockchip-uboot/cmd/
H A Dcrypto.c363 ret = crypto_sha_final(dev, &ctx, hash_out); in test_hash_perf()
481 ret |= crypto_sha_final(dev, &csha_ctx, out); in test_hash_result()
/rk3399_rockchip-uboot/lib/avb/libavb/
H A Davb_sha512.c380 crypto_sha_final(ctx->crypto_dev, &ctx->crypto_ctx, ctx->buf); in avb_sha512_final()
/rk3399_rockchip-uboot/lib/
H A Dsha256.c287 crypto_sha_final(ctx->cdev, &cctx, digest); in sha256_finish()
H A Dsha1.c330 crypto_sha_final(ctx->cdev, &cctx, output); in sha1_finish()