Searched refs:tpm_marshal_command (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/coreboot/src/security/tpm/tss/tcg-2.0/ |
H A D | tss_marshaling.h | 24 int tpm_marshal_command(TPM_CC command, const void *tpm_command_body,
|
H A D | tss.c | 36 if (tpm_marshal_command(command, command_body, &ob) < 0) { in tlcl2_process_command()
|
H A D | tss_marshaling.c | 364 int tpm_marshal_command(TPM_CC command, const void *tpm_command_body, struct obuf *ob) in tpm_marshal_command() function
|
/aosp_15_r20/external/vboot_reference/firmware/include/ |
H A D | tpm2_marshaling.h | 31 int tpm_marshal_command(TPM_CC command, void *tpm_command_body,
|
/aosp_15_r20/external/vboot_reference/firmware/lib/tpm2_lite/ |
H A D | tlcl.c | 50 out_size = tpm_marshal_command(command, command_body, in tpm_get_response()
|
H A D | marshaling.c | 768 int tpm_marshal_command(TPM_CC command, void *tpm_command_body, in tpm_marshal_command() function
|