Searched refs:crypto_sha_init (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/crypto/ |
| H A D | crypto-uclass.c | 106 int crypto_sha_init(struct udevice *dev, sha_context *ctx) in crypto_sha_init() function 217 ret = crypto_sha_init(dev, ctx); in crypto_sha_csum() 240 ret = crypto_sha_init(dev, ctx); 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 | 136 int crypto_sha_init(struct udevice *dev, sha_context *ctx);
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | crypto.c | 313 ret = crypto_sha_init(dev, &ctx); in test_hash_perf() 443 ret = crypto_sha_init(dev, &csha_ctx); in test_hash_result()
|
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_boot_image.c | 229 crypto_sha_init(dev, &ctx); in spl_hash_android()
|
| /OK3568_Linux_fs/u-boot/lib/avb/libavb/ |
| H A D | avb_sha512.c | 145 crypto_sha_init(ctx->crypto_dev, &ctx->crypto_ctx); in avb_sha512_init()
|
| H A D | avb_sha256.c | 51 crypto_sha_init(ctx->crypto_dev, &ctx->crypto_ctx); in avb_sha256_init()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image-android.c | 758 crypto_sha_init(dev, &ctx); 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.sym | |
| H A D | u-boot.map | |