Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dcrypto-uclass.c132 int crypto_sha_final(struct udevice *dev, sha_context *ctx, u8 *output) in crypto_sha_final() function
225 ret = crypto_sha_final(dev, ctx, output); in crypto_sha_csum()
251 return crypto_sha_final(dev, ctx, output); in crypto_sha_regions_csum()
H A Dcrypto-uclass.su
/OK3568_Linux_fs/u-boot/spl/drivers/crypto/
H A Dcrypto-uclass.su
/OK3568_Linux_fs/u-boot/include/
H A Dcrypto.h158 int crypto_sha_final(struct udevice *dev, sha_context *ctx, u8 *output);
/OK3568_Linux_fs/u-boot/cmd/
H A Dcrypto.c328 ret = crypto_sha_final(dev, &ctx, hash_out); in test_hash_perf()
446 ret |= crypto_sha_final(dev, &csha_ctx, out); in test_hash_result()
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_boot_image.c254 crypto_sha_final(dev, &ctx, hash); in spl_hash_android()
/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_sha512.c380 crypto_sha_final(ctx->crypto_dev, &ctx->crypto_ctx, ctx->buf); in avb_sha512_final()
H A Davb_sha256.c61 crypto_sha_final(ctx->crypto_dev, &ctx->crypto_ctx, ctx->buf); in avb_sha256_final()
/OK3568_Linux_fs/u-boot/common/
H A Dimage-android.c767 crypto_sha_final(dev, &ctx, hash); in android_image_separate()
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.sym
H A Du-boot-spl.map
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.map
H A Du-boot.sym