Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/gdsys/a38x/
H A Dkeyprogram.c31 err = tpm_flush_specific(get_unaligned_be32(ptr), TPM_RT_KEY); in flush_keys()
/OK3568_Linux_fs/u-boot/cmd/
H A Dtpm.c740 tpm_flush_specific(get_unaligned_be32(ptr), type); in TPM_COMMAND_NO_ARG()
748 tpm_flush_specific(cpu_to_be32(handle), type); in TPM_COMMAND_NO_ARG()
/OK3568_Linux_fs/u-boot/include/
H A Dtpm.h640 uint32_t tpm_flush_specific(uint32_t key_handle, uint32_t resource_type);
/OK3568_Linux_fs/u-boot/lib/
H A Dtpm.c661 uint32_t tpm_flush_specific(uint32_t key_handle, uint32_t resource_type) in tpm_flush_specific() function