Searched refs:algo (Results 1 – 1 of 1) sorted by relevance
107 int algo = TPM2_ALG_SHA256; in do_tpm2_pcr_extend() local115 algo = tpm2_name_to_algorithm(argv[3]); in do_tpm2_pcr_extend()116 if (algo == TPM2_ALG_INVAL) in do_tpm2_pcr_extend()119 algo_len = tpm2_algorithm_to_len(algo); in do_tpm2_pcr_extend()160 if (algo == TPM2_ALG_INVAL) in do_tpm_pcr_read()163 algo_len = tpm2_algorithm_to_len(algo); in do_tpm_pcr_read()260 if (algo == pcrs->selection[i].hash) in is_algo_in_pcrs()272 enum tpm2_algorithms algo; in do_tpm2_pcrallocate() local291 if (algo == TPM2_ALG_INVAL) in do_tpm2_pcrallocate()321 if (!is_algo_in_pcrs(algo, &pcr)) { in do_tpm2_pcrallocate()[all …]
Completed in 16 milliseconds