Home
last modified time | relevance | path

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

/hardware/nxp/keymint/KM200/
Dkeymint_utils.cpp37 constexpr size_t kDayMatch = 3; variable
38 constexpr size_t kPatchlevelMatchCount = kDayMatch + 1;
101 uint32_t day = match_to_uint32(patchlevel_str, matches[kDayMatch]); in getPatchlevel()
/hardware/interfaces/security/keymint/support/
Dkeymint_utils.cpp38 constexpr size_t kDayMatch = 3; variable
39 constexpr size_t kPatchlevelMatchCount = kDayMatch + 1;
102 uint32_t day = match_to_uint32(patchlevel_str, matches[kDayMatch]); in getPatchlevel()
/hardware/nxp/keymint/KM300/
Dkeymint_utils.cpp38 constexpr size_t kDayMatch = 3; variable
39 constexpr size_t kPatchlevelMatchCount = kDayMatch + 1;
104 uint32_t day = match_to_uint32(patchlevel_str, matches[kDayMatch]); in getPatchlevel()