Home
last modified time | relevance | path

Searched refs:alg_to_len (Results 1 – 1 of 1) sorted by relevance

/u-boot/lib/efi_loader/
A Defi_tcg2.c106 static u16 alg_to_len(u16 hash_alg) in alg_to_len() function
129 len += alg_to_len(hash_alg); in tcg_event_final_size()
154 alg_to_len(alg)); in tcg2_pcr_extend()
210 memcpy(log + pos, digest, alg_to_len(hash_alg)); in tcg2_agile_log_append()
211 pos += alg_to_len(hash_alg); in tcg2_agile_log_append()
561 memcpy(&digest_list->digests[i].digest, final, (u32)alg_to_len(hash_alg)); in tcg2_create_digest()

Completed in 4 milliseconds