Lines Matching refs:algo
489 struct hash_algo *algo; in calc_img_key_hash() local
496 ret = hash_progressive_lookup_algo(algo_name, &algo); in calc_img_key_hash()
500 ret = algo->hash_init(algo, &ctx); in calc_img_key_hash()
507 ret = algo->hash_update(algo, ctx, in calc_img_key_hash()
514 ret = algo->hash_update(algo, ctx, in calc_img_key_hash()
520 ret = algo->hash_finish(algo, ctx, hash_val, algo->digest_size); in calc_img_key_hash()
537 struct hash_algo *algo; in calc_esbchdr_esbc_hash() local
544 ret = hash_progressive_lookup_algo(algo_name, &algo); in calc_esbchdr_esbc_hash()
548 ret = algo->hash_init(algo, &ctx); in calc_esbchdr_esbc_hash()
554 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
566 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
579 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
590 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
596 ret = algo->hash_finish(algo, ctx, hash_val, algo->digest_size); in calc_esbchdr_esbc_hash()