Searched refs:pcr (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/boot/efi/ |
D | measure.c | 170 … UINT32 pcr = i == 0 ? TPM_PCR_INDEX_KERNEL_PARAMETERS : TPM_PCR_INDEX_KERNEL_PARAMETERS_COMPAT; in tpm_log_load_options() local 172 err = tpm_log_event(pcr, in tpm_log_load_options() 176 …err, L"Unable to add load options (i.e. kernel command) line measurement to PCR %u: %r", pcr, err); in tpm_log_load_options()
|
D | meson.build | 123 efi_conf.set10('EFI_TPM_PCR_COMPAT', get_option('efi-tpm-pcr-compat'))
|
/systemd-251/src/shared/ |
D | tpm2-util.c | 1341 _cleanup_free_ char *pcr = NULL; in tpm2_parse_pcrs() local 1344 r = extract_first_word(&p, &pcr, ",+", EXTRACT_DONT_COALESCE_SEPARATORS); in tpm2_parse_pcrs() 1350 r = safe_atou(pcr, &n); in tpm2_parse_pcrs() 1352 return log_error_errno(r, "Failed to parse PCR number: %s", pcr); in tpm2_parse_pcrs()
|
/systemd-251/ |
D | meson_options.txt | 437 option('efi-tpm-pcr-compat', type : 'boolean', value : 'false',
|
D | TODO | 118 optionally sign them. for that we should extend our syntax for specifying pcr
|
D | NEWS | 53 option 'efi-tpm-pcr-compat' has been added (which defaults to false).
|