Home
last modified time | relevance | path

Searched refs:random_bytes (Results 1 – 5 of 5) sorted by relevance

/system/tpm/tpm_manager/server/
Dtpm2_initializer_impl.cc113 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/
Dtpm_utility_impl.cc324 TPM2B_SENSITIVE_DATA random_bytes = Make_TPM2B_SENSITIVE_DATA(digest); in StirRandom() local
325 return factory_.GetTpm()->StirRandomSync(random_bytes, delegate); in StirRandom()
Dmock_tpm.h453 TPM2B_DIGEST* random_bytes,
Dtpm_generated.h4518 const TPM2B_DIGEST& random_bytes)> GetRandomResponse;
4525 TPM2B_DIGEST* random_bytes,
4533 TPM2B_DIGEST* random_bytes,
Dtpm_generated.cc17888 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()