Searched refs:crypto_sha_init (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/drivers/crypto/ |
| H A D | crypto-uclass.c | 133 int crypto_sha_init(struct udevice *dev, sha_context *ctx) in crypto_sha_init() function 244 ret = crypto_sha_init(dev, ctx); in crypto_sha_csum() 267 ret = crypto_sha_init(dev, ctx); in crypto_sha_regions_csum()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | crypto.h | 169 int crypto_sha_init(struct udevice *dev, sha_context *ctx);
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_boot_image.c | 229 crypto_sha_init(dev, &ctx); in spl_hash_android()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | crypto.c | 348 ret = crypto_sha_init(dev, &ctx); in test_hash_perf() 478 ret = crypto_sha_init(dev, &csha_ctx); in test_hash_result()
|
| /rk3399_rockchip-uboot/lib/avb/libavb/ |
| H A D | avb_sha512.c | 145 crypto_sha_init(ctx->crypto_dev, &ctx->crypto_ctx); in avb_sha512_init()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | sha256.c | 65 crypto_sha_init(ctx->cdev, &cctx); in sha256_starts()
|
| H A D | sha1.c | 80 crypto_sha_init(ctx->cdev, &cctx); in sha1_starts()
|