Searched refs:num_bytes (Results 1 – 2 of 2) sorted by relevance
104 inline TPM_RESULT vtpmmgr_rand(unsigned char* bytes, size_t num_bytes) { in vtpmmgr_rand() argument105 return ctr_drbg_random(&vtpm_globals.ctr_drbg, bytes, num_bytes) == 0 ? 0 : TPM_FAIL; in vtpmmgr_rand()
606 + __le64 num_bytes;1313 + num_bytes, 64);
Completed in 6 milliseconds