Searched refs:crypto_sha_final (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/crypto/ |
| H A D | crypto-uclass.c | 132 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 D | crypto-uclass.su | |
| /OK3568_Linux_fs/u-boot/spl/drivers/crypto/ |
| H A D | crypto-uclass.su | |
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | crypto.h | 158 int crypto_sha_final(struct udevice *dev, sha_context *ctx, u8 *output);
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | crypto.c | 328 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 D | spl_boot_image.c | 254 crypto_sha_final(dev, &ctx, hash); in spl_hash_android()
|
| /OK3568_Linux_fs/u-boot/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()
|
| H A D | avb_sha256.c | 61 crypto_sha_final(ctx->crypto_dev, &ctx->crypto_ctx, ctx->buf); in avb_sha256_final()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image-android.c | 767 crypto_sha_final(dev, &ctx, hash); in android_image_separate()
|
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.sym | |
| H A D | u-boot-spl.map | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.map | |
| H A D | u-boot.sym | |