Home
last modified time | relevance | path

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

/u-boot-v2022.01-rc1/cmd/
A Dtpm-common.c352 struct cmd_tbl *tpm_commands, *cmd; in do_tpm() local
370 tpm_commands = get_tpm1_commands(&size); in do_tpm()
373 tpm_commands = get_tpm2_commands(&size); in do_tpm()
376 tpm_commands = NULL; in do_tpm()
379 if (!tpm_commands) in do_tpm()
382 cmd = find_cmd_tbl(argv[1], tpm_commands, size); in do_tpm()

Completed in 6 milliseconds