Home
last modified time | relevance | path

Searched refs:tpm_flush_specific (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/board/gdsys/a38x/
Dkeyprogram.c33 err = tpm_flush_specific(tpm, get_unaligned_be32(ptr), in flush_keys()
/external/u-boot/cmd/
Dtpm-v1.c564 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/
Dtpm-v1.h531 u32 tpm_flush_specific(struct udevice *dev, u32 key_handle, u32 resource_type);
/external/u-boot/lib/
Dtpm-v1.c484 u32 tpm_flush_specific(struct udevice *dev, u32 key_handle, u32 resource_type) in tpm_flush_specific() function