Home
last modified time | relevance | path

Searched refs:tpm_getrandom_resp (Results 1 – 3 of 3) sorted by relevance

/system/dev/misc/tpm/
A Dtpm-commands.cpp14 return static_cast<uint32_t>(sizeof(struct tpm_getrandom_resp)) + bytes_requested; in tpm_init_getrandom()
A Dtpm-commands.h40 struct tpm_getrandom_resp { struct
A Dtpm.cpp53 fbl::unique_free_ptr<tpm_getrandom_resp> resp( in GetRandom()
54 reinterpret_cast<tpm_getrandom_resp*>(malloc(resp_len))); in GetRandom()

Completed in 6 milliseconds