Searched refs:tpm_flush_specific (Results 1 – 4 of 4) sorted by relevance
/u-boot/board/gdsys/a38x/ |
A D | keyprogram.c | 33 err = tpm_flush_specific(tpm, get_unaligned_be32(ptr), in flush_keys()
|
/u-boot/cmd/ |
A D | tpm-v1.c | 565 tpm_flush_specific(dev, get_unaligned_be32(ptr), type); in TPM_COMMAND_NO_ARG() 573 tpm_flush_specific(dev, cpu_to_be32(handle), type); in TPM_COMMAND_NO_ARG()
|
/u-boot/include/ |
A D | tpm-v1.h | 534 u32 tpm_flush_specific(struct udevice *dev, u32 key_handle, u32 resource_type);
|
/u-boot/lib/ |
A D | tpm-v1.c | 485 u32 tpm_flush_specific(struct udevice *dev, u32 key_handle, u32 resource_type) in tpm_flush_specific() function
|
Completed in 9 milliseconds