Searched refs:csum_algo (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/rsa/ |
| H A D | rsa-sign.c | 728 int key_len, const char *csum_algo) in rsa_set_key_hash() argument 762 ret = calculate_hash(rsa_key, key_len * 3, csum_algo, value, &value_len); in rsa_set_key_hash() 768 ret = fdt_setprop_string(keydest, hash_node, FIT_ALGO_PROP, csum_algo); in rsa_set_key_hash() 780 csum_algo, value, &value_len); in rsa_set_key_hash() 786 ret = fdt_setprop_string(keydest, hash_node, FIT_ALGO_PROP, csum_algo); in rsa_set_key_hash()
|