Home
last modified time | relevance | path

Searched refs:calculate_hash (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/lib/rsa/
H A Drsa-sign.c762 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 Drsa-verify.c691 ret = calculate_hash(rsa_key, CONFIG_RSA_N_SIZE + CONFIG_RSA_E_SIZE + CONFIG_RSA_C_SIZE, in rsa_burn_key_hash()
/rk3399_rockchip-uboot/tools/
H A Dimage-host.c77 if (calculate_hash(data, size, algo, value, &value_len)) { in fit_image_process_hash()
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c1333 int calculate_hash(const void *data, int data_len, const char *algo, in calculate_hash() function
1380 if (calculate_hash(data, size, algo, value, &value_len)) { in fit_image_check_hash()
/rk3399_rockchip-uboot/include/
H A Dimage.h1115 int calculate_hash(const void *data, int data_len, const char *algo,