Searched refs:algo (Results 1 – 1 of 1) sorted by relevance
191 const char *algo; in fit_image_print_data() local199 if (fit_image_hash_get_algo(fit, noffset, &algo)) { in fit_image_print_data()203 printf("%s", algo); in fit_image_print_data()1101 if (*algo == NULL) { in fit_image_hash_get_algo()1187 if (!*algo) { in fit_image_cipher_get_algo()1277 struct hash_algo *algo; in calculate_hash()1280 ret = hash_lookup_algo(name, &algo); in calculate_hash()1286 algo->hash_func_ws(data, data_len, value, algo->chunk_size); in calculate_hash()1287 *value_len = algo->digest_size; in calculate_hash()1298 const char *algo; in fit_image_check_hash() local[all …]
Completed in 10 milliseconds