Searched refs:UnlockAuthResultCache (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/drivers/peripheral/user_auth/test/unittest/user_auth_test/ |
H A D | user_auth_funcs_test.cpp | 26 extern UnlockAuthResultCache g_unlockAuthResult; 123 …(void)memset_s(&g_unlockAuthResult, sizeof(UnlockAuthResultCache), 0, sizeof(UnlockAuthResultCache… 135 …(void)memset_s(&g_unlockAuthResult, sizeof(UnlockAuthResultCache), 0, sizeof(UnlockAuthResultCache… 186 …(void)memset_s(&g_unlockAuthResult, sizeof(UnlockAuthResultCache), 0, sizeof(UnlockAuthResultCache…
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/ |
H A D | user_auth_funcs.c | 40 IAM_STATIC UnlockAuthResultCache g_unlockAuthResult = {false, 0, {}}; 42 IAM_STATIC UnlockAuthResultCache g_anyAuthResult = {false, 0, {}}; 77 …(void)memset_s(&g_unlockAuthResult, sizeof(UnlockAuthResultCache), 0, sizeof(UnlockAuthResultCache… in CacheUnlockAuthResult() 85 … (void)memset_s(&g_anyAuthResult, sizeof(UnlockAuthResultCache), 0, sizeof(UnlockAuthResultCache)); in CacheAnyAuthResult() 319 …tCode CheckReuseUnlockTokenValid(const ReuseUnlockParamHal *info, UnlockAuthResultCache authResult… in CheckReuseUnlockTokenValid() 336 … (void)memset_s(&authResultCache, sizeof(UnlockAuthResultCache), 0, sizeof(UnlockAuthResultCache)); in CheckReuseUnlockTokenValid() 368 UnlockAuthResultCache authResultCache = {}; in GetReuseUnlockResult()
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/inc/ |
H A D | user_auth_funcs.h | 73 } __attribute__((__packed__)) UnlockAuthResultCache; typedef
|