Searched refs:tpm2_hash_map (Results 1 – 1 of 1) sorted by relevance
21 static struct tpm2_hash tpm2_hash_map[] = { variable252 for (i = 0; i < ARRAY_SIZE(tpm2_hash_map); i++) { in tpm2_seal_trusted()253 if (options->hash == tpm2_hash_map[i].crypto_id) { in tpm2_seal_trusted()254 hash = tpm2_hash_map[i].tpm_id; in tpm2_seal_trusted()259 if (i == ARRAY_SIZE(tpm2_hash_map)) in tpm2_seal_trusted()
Completed in 2 milliseconds