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

/system/tpm/trunks/
H A Dtpm_state_impl.cc158 if (!GetTpmProperty(TPM_PT_NV_INDEX_MAX, &max_nv_size)) {
162 if (GetTpmProperty(TPM_PT_NV_BUFFER_MAX, &max_nv_buffer) &&
169 bool TpmStateImpl::GetTpmProperty(TPM_PT property, uint32_t* value) { function in class:trunks::TpmStateImpl

Completed in 23 milliseconds