Searched refs:pcr_provider (Results 1 – 1 of 1) sorted by relevance
17 static struct tcg_pcr_ops *pcr_provider; variable22 if (!pcr_provider || !pcr_provider->pcr_info) in tcg_get_pcr_info()25 return pcr_provider->pcr_info(selection_mask, active_mask, num_pcr); in tcg_get_pcr_info()33 if (!pcr_provider || !pcr_provider->pcr_extend) in tcg_pcr_extend()40 if (pcr_provider->pcr_extend(pcr_index, alg, digest, in tcg_pcr_extend()324 if (!pcr_provider) { in tcg_process_fw_eventlog()409 if (pcr_provider) { in register_tcg_pcr_provider()417 pcr_provider = ops; in register_tcg_pcr_provider()
Completed in 4 milliseconds