Searched refs:calculate_hash (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/spl/common/ |
| H A D | image-fit.su | |
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image-fit.su | |
| H A D | image-fit.c | 1285 int calculate_hash(const void *data, int data_len, const char *algo, in calculate_hash() function 1332 if (calculate_hash(data, size, algo, value, &value_len)) { in fit_image_check_hash()
|
| /OK3568_Linux_fs/u-boot/lib/rsa/ |
| H A D | rsa-sign.c | 762 ret = calculate_hash(rsa_key, key_len * 3, csum_algo, value, &value_len); in rsa_set_key_hash() 779 ret = calculate_hash(rsa_key, CONFIG_RSA_N_SIZE + CONFIG_RSA_E_SIZE + CONFIG_RSA_C_SIZE, in rsa_set_key_hash()
|
| H A D | rsa-verify.c | 673 ret = calculate_hash(rsa_key, CONFIG_RSA_N_SIZE + CONFIG_RSA_E_SIZE + CONFIG_RSA_C_SIZE, in rsa_burn_key_hash()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | image-host.c | 77 if (calculate_hash(data, size, algo, value, &value_len)) { in fit_image_process_hash()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | image.h | 1109 int calculate_hash(const void *data, int data_len, const char *algo,
|
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.map | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | u-boot.map | |