Searched refs:crypto_sha_final (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/drivers/crypto/ |
| H A D | crypto-uclass.c | 159 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 D | crypto.h | 191 int crypto_sha_final(struct udevice *dev, sha_context *ctx, u8 *output);
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_boot_image.c | 254 crypto_sha_final(dev, &ctx, hash); in spl_hash_android()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | crypto.c | 363 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 D | avb_sha512.c | 380 crypto_sha_final(ctx->crypto_dev, &ctx->crypto_ctx, ctx->buf); in avb_sha512_final()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | sha256.c | 287 crypto_sha_final(ctx->cdev, &cctx, digest); in sha256_finish()
|
| H A D | sha1.c | 330 crypto_sha_final(ctx->cdev, &cctx, output); in sha1_finish()
|