Home
last modified time | relevance | path

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

/system/keymaster/contexts/
Dsoft_keymaster_context.cpp264 auto constructKey = [&, this]() mutable -> keymaster_error_t { in ParseKeyBlob() local
284 if (error != KM_ERROR_INVALID_KEY_BLOB) return constructKey(); in ParseKeyBlob()
289 if (error != KM_ERROR_INVALID_KEY_BLOB) return constructKey(); in ParseKeyBlob()
294 if (error != KM_ERROR_INVALID_KEY_BLOB) return constructKey(); in ParseKeyBlob()
302 return constructKey(); in ParseKeyBlob()
Dpure_soft_keymaster_context.cpp250 auto constructKey = [&, this]() mutable -> keymaster_error_t { in ParseKeyBlob() local
285 if (error != KM_ERROR_INVALID_KEY_BLOB) return constructKey(); in ParseKeyBlob()
290 if (error != KM_ERROR_INVALID_KEY_BLOB) return constructKey(); in ParseKeyBlob()
296 return constructKey(); in ParseKeyBlob()