Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_keymint_device.cpp197 : impl_(impl), securityLevel_(securityLevel) {} in RemoteKeyMintDevice()
203 info->securityLevel = securityLevel_; in getHardwareInfo()
258 keyParams, securityLevel_, response.unenforced, response.enforced); in generateKey()
292 keyParams, securityLevel_, response.unenforced, response.enforced); in importKey()
323 unwrappingParams, securityLevel_, response.unenforced, response.enforced); in importWrappedKey()
441 {} /*keyParams*/, securityLevel_, response.unenforced, response.enforced, in getKeyCharacteristics()
Dremote_keymint_device.h94 SecurityLevel securityLevel_; variable