Lines Matching refs:algo
487 struct hash_algo *algo; in calc_img_key_hash() local
494 ret = hash_progressive_lookup_algo(algo_name, &algo); in calc_img_key_hash()
498 ret = algo->hash_init(algo, &ctx); in calc_img_key_hash()
505 ret = algo->hash_update(algo, ctx, in calc_img_key_hash()
512 ret = algo->hash_update(algo, ctx, in calc_img_key_hash()
518 ret = algo->hash_finish(algo, ctx, hash_val, algo->digest_size); in calc_img_key_hash()
535 struct hash_algo *algo; in calc_esbchdr_esbc_hash() local
542 ret = hash_progressive_lookup_algo(algo_name, &algo); in calc_esbchdr_esbc_hash()
546 ret = algo->hash_init(algo, &ctx); in calc_esbchdr_esbc_hash()
552 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
564 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
577 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
588 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
594 ret = algo->hash_finish(algo, ctx, hash_val, algo->digest_size); in calc_esbchdr_esbc_hash()