Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm2-cmd.c32 int tpm2_find_hash_alg(unsigned int crypto_id) in tpm2_find_hash_alg() function
42 EXPORT_SYMBOL_GPL(tpm2_find_hash_alg);
/linux/include/linux/
H A Dtpm.h480 int tpm2_find_hash_alg(unsigned int crypto_id);
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c243 hash = tpm2_find_hash_alg(options->hash); in tpm2_seal_trusted()