Searched refs:random_bytes (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_uvfs.c961 uint64_t random_bytes; local
965 (void) read(f, &random_bytes, sizeof (random_bytes));
969 random_bytes);
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c608 BYTE *random_bytes = NULL; local
616 if ((rc = Tspi_TPM_GetRandom(hTPM, bytes, &random_bytes))) {
622 (void) memcpy(output, random_bytes, bytes);
623 Tspi_Context_FreeMemory(hContext, random_bytes);

Completed in 26 milliseconds