Lines Matching refs:algo
492 struct hash_algo *algo; in calc_img_key_hash() local
499 ret = hash_progressive_lookup_algo(algo_name, &algo); in calc_img_key_hash()
503 ret = algo->hash_init(algo, &ctx); in calc_img_key_hash()
509 ret = algo->hash_update(algo, ctx, in calc_img_key_hash()
516 ret = algo->hash_update(algo, ctx, in calc_img_key_hash()
521 ret = algo->hash_finish(algo, ctx, hash_val, algo->digest_size); in calc_img_key_hash()
539 struct hash_algo *algo; in calc_esbchdr_esbc_hash() local
546 ret = hash_progressive_lookup_algo(algo_name, &algo); in calc_esbchdr_esbc_hash()
550 ret = algo->hash_init(algo, &ctx); in calc_esbchdr_esbc_hash()
556 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
568 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
581 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
593 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
599 ret = algo->hash_finish(algo, ctx, hash_val, algo->digest_size); in calc_esbchdr_esbc_hash()