Lines Matching refs:algo
488 struct hash_algo *algo; in calc_img_key_hash() local
495 ret = hash_progressive_lookup_algo(algo_name, &algo); in calc_img_key_hash()
499 ret = algo->hash_init(algo, &ctx); in calc_img_key_hash()
506 ret = algo->hash_update(algo, ctx, in calc_img_key_hash()
513 ret = algo->hash_update(algo, ctx, in calc_img_key_hash()
519 ret = algo->hash_finish(algo, ctx, hash_val, algo->digest_size); in calc_img_key_hash()
536 struct hash_algo *algo; in calc_esbchdr_esbc_hash() local
543 ret = hash_progressive_lookup_algo(algo_name, &algo); in calc_esbchdr_esbc_hash()
547 ret = algo->hash_init(algo, &ctx); in calc_esbchdr_esbc_hash()
553 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
565 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
578 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
589 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
595 ret = algo->hash_finish(algo, ctx, hash_val, algo->digest_size); in calc_esbchdr_esbc_hash()