Home
last modified time | relevance | path

Searched refs:tpm_return_code (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dtpm.h99 enum tpm_return_code { enum
/OK3568_Linux_fs/u-boot/lib/
H A Dtpm.c214 static uint32_t tpm_return_code(const void *response) in tpm_return_code() function
258 return tpm_return_code(response); in tpm_sendrecv_command()