Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dtpm-v1.c567 tpm1_flush_specific(dev, get_unaligned_be32(ptr), type); in TPM_COMMAND_NO_ARG()
575 tpm1_flush_specific(dev, cpu_to_be32(handle), type); in TPM_COMMAND_NO_ARG()
/openbmc/u-boot/include/
H A Dtpm-v1.h534 u32 tpm1_flush_specific(struct udevice *dev, u32 key_handle, u32 resource_type);
/openbmc/u-boot/lib/
H A Dtpm-v1.c479 u32 tpm1_flush_specific(struct udevice *dev, u32 key_handle, u32 resource_type) in tpm1_flush_specific() function