Lines Matching refs:rom_algo
110 enum mchp_rom_hash_alg_id rom_algo; member
148 enum mchp_rom_hash_alg_id rom_algo; member
162 return hash_alg_tbl[n].rom_algo; in lookup_hash_alg()
183 static int init_rom_hash_context(enum mchp_rom_hash_alg_id rom_algo, struct mchphash *c) in init_rom_hash_context() argument
191 switch (rom_algo) { in init_rom_hash_context()
330 ret = init_rom_hash_context(hs->rom_algo, c); in xec_symcr_do_hash()
402 enum mchp_rom_hash_alg_id rom_algo = MCHP_ROM_HASH_ALG_NONE; in xec_symcr_hash_session_begin() local
411 rom_algo = lookup_hash_alg(algo); in xec_symcr_hash_session_begin()
412 if (rom_algo == MCHP_ROM_HASH_ALG_NONE) { in xec_symcr_hash_session_begin()
426 hs->rom_algo = rom_algo; in xec_symcr_hash_session_begin()
445 ret = init_rom_hash_context(hs->rom_algo, c); in xec_symcr_hash_session_begin()