Searched defs:random_bytes (Results 1 - 3 of 3) sorted by relevance

/system/tpm/tpm_manager/server/
H A Dtpm2_initializer_impl.cc175 std::string random_bytes; local
176 if (!openssl_util_->GetRandomBytes(kDefaultPasswordSize, &random_bytes)) {
180 random_bytes, nullptr /* No Authorization */);
/system/tpm/trunks/
H A Dtpm_utility_impl.cc324 TPM2B_SENSITIVE_DATA random_bytes = Make_TPM2B_SENSITIVE_DATA(digest); local
325 return factory_.GetTpm()->StirRandomSync(random_bytes, delegate);
H A Dtpm_generated.cc14774 TPM2B_DIGEST* random_bytes,
14839 rc = Parse_TPM2B_DIGEST(&buffer, random_bytes, &random_bytes_bytes);
14851 rc = Parse_TPM2B_DIGEST(&random_bytes_bytes, random_bytes, nullptr);
14871 TPM2B_DIGEST random_bytes; local
14872 TPM_RC rc = Tpm::ParseResponse_GetRandom(response, &random_bytes,
14878 callback.Run(rc, random_bytes);
14900 TPM2B_DIGEST* random_bytes,
14910 rc = ParseResponse_GetRandom(response, random_bytes, authorization_delegate);
14772 ParseResponse_GetRandom( const std::string& response, TPM2B_DIGEST* random_bytes, AuthorizationDelegate* authorization_delegate) argument
14899 GetRandomSync(const UINT16& bytes_requested, TPM2B_DIGEST* random_bytes, AuthorizationDelegate* authorization_delegate) argument
[all...]

Completed in 166 milliseconds