Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/secure_env/storage/
Dtpm_storage.cpp64 std::unique_ptr<ESYS_TR, decltype(close_tr)> nv_handle(new ESYS_TR, close_tr); in Read() local
71 /* object */ nv_handle.get()); in Read()
76 Esys_TR_SetAuth(*resource_manager_.Esys(), *nv_handle, &auth); in Read()
81 /* nvIndex */ *nv_handle, in Read()
94 /* authHandle */ *nv_handle, in Read()
95 /* nvIndex */ *nv_handle, in Read()
117 ESYS_TR nv_handle; in Write() local
124 /* object */ &nv_handle); in Write()
129 Esys_TR_SetAuth(*resource_manager_.Esys(), nv_handle, &auth); in Write()
137 /* authHandle */ nv_handle, in Write()
[all …]