Searched refs:max_command_size (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/
H A Defi_tcg2.h105 * @max_command_size: max size (in bytes) of a command
121 u16 max_command_size; member in struct:efi_tcg2_boot_service_capability
/u-boot/lib/efi_loader/
H A Defi_tcg2.c148 * @max_command_size: output buffer for the size
152 static int tpm2_get_max_command_size(struct udevice *dev, u16 *max_command_size) argument
163 *max_command_size = (uint16_t)get_unaligned_be32(response +
265 capability->max_command_size = 0;
292 ret = tpm2_get_max_command_size(dev, &capability->max_command_size);

Completed in 67 milliseconds