Searched refs:crypto_csum (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | boot_rkimg.c | 399 static int crypto_csum(u32 cap, char *input, u32 input_len, u8 *output) in crypto_csum() function 427 crypto_csum(CRYPTO_SHA1, fdt_addr, fdt_size, hash); in fdt_check_hash() 429 crypto_csum(CRYPTO_SHA256, fdt_addr, fdt_size, hash); in fdt_check_hash()
|
| H A D | boot_rkimg.su | |
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image-fit.su | |
| H A D | image-fit.c | 1217 static int crypto_csum(u32 cap, const char *data, int len, u8 *output) in crypto_csum() function 1246 ret = crypto_csum(CRYPTO_SHA1, data, data_len, value); in hw_fit_calculate_hash() 1249 ret = crypto_csum(CRYPTO_SHA256, data, data_len, value); in hw_fit_calculate_hash() 1252 ret = crypto_csum(CRYPTO_MD5, data, data_len, value); in hw_fit_calculate_hash()
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |