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