Home
last modified time | relevance | path

Searched refs:PIN_AUTH (Results 1 - 10 of 10) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Denroll_specification_check.c34 {PIN_AUTH, MAX_NUMBER_OF_PIN_PER_USER},
61 if (tokenPlain.tokenDataPlain.authType != PIN_AUTH) { in CheckIdmOperationToken()
H A Duser_idm_funcs.c154 if (param.authType != PIN_AUTH) { in CheckEnrollPermission()
167 if (scheduleId == NULL || param.authType != PIN_AUTH) { in CheckUpdatePermission()
350 if (credentialInfo.authType != PIN_AUTH) { in AddCredentialFunc()
432 SetCredentialConditionAuthType(&condition, PIN_AUTH); in GetDeletedCredential()
470 if (scheduleAuthType != PIN_AUTH) { in CheckResultValid()
480 if (credentialInfo->authType != PIN_AUTH && credentialInfo->authType != DEFAULT_AUTH_TYPE) { in GetUpdateCredentialOutput()
485 credInfo.authType = PIN_AUTH; in GetUpdateCredentialOutput()
/drivers/peripheral/user_auth/test/unittest/idm_test/
H A Duser_idm_funcs_test.cpp82 info.authType = PIN_AUTH; in HWTEST_F()
87 param.authType = PIN_AUTH; in HWTEST_F()
127 param.authType = PIN_AUTH; in HWTEST_F()
144 param.authType = PIN_AUTH; in HWTEST_F()
153 credInfo.authType = PIN_AUTH; in HWTEST_F()
H A Denroll_specification_check_test.cpp82 token.tokenDataPlain.authType = PIN_AUTH; in HWTEST_F()
/drivers/peripheral/pin_auth/hdi_service/common/inc/
H A Ddefines.h120 PIN_AUTH = 1, enumerator
/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c431 return PIN_AUTH; in GetRealAuthTypeForEnrolledId()
530 if (user == NULL && credentialInfo->authType == PIN_AUTH) { in AddCredentialInfo()
546 if (credentialInfo->authType == PIN_AUTH) { in AddCredentialInfo()
548 SetCredentialConditionAuthType(&condition, PIN_AUTH); in AddCredentialInfo()
663 if (nodeData != NULL && nodeData->authType == PIN_AUTH) { in DeletePinCredentialInfo()
676 credentialInfoCache->authType = PIN_AUTH; in DeletePinCredentialInfo()
685 credentialInfoOld->authType = PIN_AUTH; in DeletePinCredentialInfo()
714 if (credentialInfo->authType == PIN_AUTH) { in DeleteCredentialInfo()
1035 CredentialInfoHal *pinCredential = QueryCredentialByAuthType(PIN_AUTH, credentialInfoList); in IsUserValid()
1242 if (authType != PIN_AUTH) { in UpdateGlobalConfigArray()
[all...]
/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Ddefines.h82 PIN_AUTH = 1, enumerator
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Duser_auth_funcs.c135 if (result->result == RESULT_SUCCESS && context->authType == PIN_AUTH && in HandleAuthSuccessResult()
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c597 if (executorNode->authType != PIN_AUTH) { in TraverseExecutor()
/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp680 if (authResult.authType != PIN_AUTH) { in UpdateAuthenticationResultInner()

Completed in 14 milliseconds