Searched refs:tpm_getrandom_resp (Results 1 – 3 of 3) sorted by relevance
14 return static_cast<uint32_t>(sizeof(struct tpm_getrandom_resp)) + bytes_requested; in tpm_init_getrandom()
40 struct tpm_getrandom_resp { struct
53 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