Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/gdsys/a38x/
H A Dkeyprogram.c31 err = tpm_flush_specific(get_unaligned_be32(ptr), TPM_RT_KEY); in flush_keys()
/rk3399_rockchip-uboot/include/
H A Dtpm.h640 uint32_t tpm_flush_specific(uint32_t key_handle, uint32_t resource_type);
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/lib/
H A Dtpm.c661 uint32_t tpm_flush_specific(uint32_t key_handle, uint32_t resource_type) in tpm_flush_specific() function