HomeSort by relevance Sort by last modified time
    Searched refs:GetRandomBytes (Results 1 - 7 of 7) sorted by null

  /system/tpm/tpm_manager/server/
mock_openssl_crypto_util.cc 25 ON_CALL(*this, GetRandomBytes(_, _))
mock_openssl_crypto_util.h 31 MOCK_METHOD2(GetRandomBytes, bool(size_t, std::string*));
openssl_crypto_util.h 35 virtual bool GetRandomBytes(size_t num_bytes,
openssl_crypto_util_impl.cc 25 bool OpensslCryptoUtilImpl::GetRandomBytes(size_t num_bytes,
openssl_crypto_util_impl.h 34 // bool result = util.GetRandomBytes(5, &random_bytes);
41 bool GetRandomBytes(size_t num_bytes,
tpm2_initializer_impl.cc 114 if (!openssl_util_->GetRandomBytes(kDefaultPasswordSize, &random_bytes)) {
tpm_initializer_impl.cc 63 if (!openssl_util_.GetRandomBytes(kDefaultPasswordSize, &owner_password)) {

Completed in 83 milliseconds