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

  /system/tpm/tpm_manager/server/
tpm_nvram_impl.h 36 class TpmNvramImpl : public TpmNvram {
38 TpmNvramImpl(LocalDataStore* local_data_store);
39 ~TpmNvramImpl() override = default;
72 DISALLOW_COPY_AND_ASSIGN(TpmNvramImpl);
tpm_nvram_impl.cc 47 TpmNvramImpl::TpmNvramImpl(LocalDataStore* local_data_store)
50 bool TpmNvramImpl::DefineNvram(uint32_t index, size_t length) {
91 bool TpmNvramImpl::DestroyNvram(uint32_t index) {
113 bool TpmNvramImpl::WriteNvram(uint32_t index, const std::string& data) {
129 bool TpmNvramImpl::ReadNvram(uint32_t index, std::string* data) {
167 bool TpmNvramImpl::IsNvramDefined(uint32_t index, bool* defined) {
195 bool TpmNvramImpl::IsNvramLocked(uint32_t index, bool* locked) {
221 bool TpmNvramImpl::GetNvramSize(uint32_t index, size_t* size) {
246 bool TpmNvramImpl::InitializeNvramHandle(ScopedTssNvStore* nv_handle
    [all...]
main.cc 65 tpm_nvram_.reset(new tpm_manager::TpmNvramImpl(local_data_store_.get()));

Completed in 34 milliseconds