Home
last modified time | relevance | path

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

/system/keymaster/contexts/
Dsoft_keymaster_context.cpp267 auto constructKey = [&, this]() mutable -> keymaster_error_t { in ParseKeyBlob() local
287 if (error != KM_ERROR_INVALID_KEY_BLOB) return constructKey(); in ParseKeyBlob()
292 if (error != KM_ERROR_INVALID_KEY_BLOB) return constructKey(); in ParseKeyBlob()
297 if (error != KM_ERROR_INVALID_KEY_BLOB) return constructKey(); in ParseKeyBlob()
305 return constructKey(); in ParseKeyBlob()
Dpure_soft_keymaster_context.cpp305 auto constructKey = [&, this]() mutable -> keymaster_error_t { in ParseKeyBlob() local
340 if (error != KM_ERROR_INVALID_KEY_BLOB) return constructKey(); in ParseKeyBlob()
345 if (error != KM_ERROR_INVALID_KEY_BLOB) return constructKey(); in ParseKeyBlob()
351 return constructKey(); in ParseKeyBlob()