Searched refs:random_bytes (Results 1 – 5 of 5) sorted by relevance
/system/tpm/tpm_manager/server/ |
D | tpm2_initializer_impl.cc | 113 std::string random_bytes; in SeedTpmRng() local 114 if (!openssl_util_->GetRandomBytes(kDefaultPasswordSize, &random_bytes)) { in SeedTpmRng() 118 random_bytes, nullptr /* No Authorization */); in SeedTpmRng()
|
/system/tpm/trunks/ |
D | tpm_utility_impl.cc | 324 TPM2B_SENSITIVE_DATA random_bytes = Make_TPM2B_SENSITIVE_DATA(digest); in StirRandom() local 325 return factory_.GetTpm()->StirRandomSync(random_bytes, delegate); in StirRandom()
|
D | mock_tpm.h | 453 TPM2B_DIGEST* random_bytes,
|
D | tpm_generated.h | 4518 const TPM2B_DIGEST& random_bytes)> GetRandomResponse; 4525 TPM2B_DIGEST* random_bytes, 4533 TPM2B_DIGEST* random_bytes,
|
D | tpm_generated.cc | 17888 TPM2B_DIGEST* random_bytes, in ParseResponse_GetRandom() argument 17970 random_bytes, in ParseResponse_GetRandom() 17985 random_bytes, in ParseResponse_GetRandom() 18009 TPM2B_DIGEST random_bytes; in GetRandomResponseParser() local 18012 &random_bytes, in GetRandomResponseParser() 18020 random_bytes); in GetRandomResponseParser() 18048 TPM2B_DIGEST* random_bytes, in GetRandomSync() argument 18062 random_bytes, in GetRandomSync()
|