Home
last modified time | relevance | path

Searched refs:pcr (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/boot/efi/
Dmeasure.c170 … 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()
Dmeson.build123 efi_conf.set10('EFI_TPM_PCR_COMPAT', get_option('efi-tpm-pcr-compat'))
/systemd-251/src/shared/
Dtpm2-util.c1341 _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/
Dmeson_options.txt437 option('efi-tpm-pcr-compat', type : 'boolean', value : 'false',
DTODO118 optionally sign them. for that we should extend our syntax for specifying pcr
DNEWS53 option 'efi-tpm-pcr-compat' has been added (which defaults to false).