Searched refs:crypto_sha_csum (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | crypto_sum.c | 59 crypto_sha_csum(dev, &csha_ctx, input_data, input_len, hash); in do_crypto_csum() 66 crypto_sha_csum(dev, &csha_ctx, input_data, input_len, hash); in do_crypto_csum() 73 crypto_sha_csum(dev, &csha_ctx, input_data, input_len, hash); in do_crypto_csum() 80 crypto_sha_csum(dev, &csha_ctx, input_data, input_len, hash); in do_crypto_csum()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | crypto.h | 204 int crypto_sha_csum(struct udevice *dev, sha_context *ctx,
|
| /rk3399_rockchip-uboot/drivers/crypto/ |
| H A D | crypto-uclass.c | 239 int crypto_sha_csum(struct udevice *dev, sha_context *ctx, in crypto_sha_csum() function
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-fit.c | 1279 return crypto_sha_csum(dev, &csha_ctx, (char *)data, len, output); in crypto_csum()
|