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.c30 err = tpm_flush_specific(get_unaligned_be32(ptr), TPM_RT_KEY); in flush_keys()
/external/u-boot/cmd/
Dtpm-v1.c463 tpm_flush_specific(get_unaligned_be32(ptr), type); in TPM_COMMAND_NO_ARG()
471 tpm_flush_specific(cpu_to_be32(handle), type); in TPM_COMMAND_NO_ARG()
/external/u-boot/include/
Dtpm-v1.h454 u32 tpm_flush_specific(u32 key_handle, u32 resource_type);
/external/u-boot/lib/
Dtpm-v1.c420 u32 tpm_flush_specific(u32 key_handle, u32 resource_type) in tpm_flush_specific() function