Home
last modified time | relevance | path

Searched refs:DEFAULT_AUTH_TYPE (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/pin_auth/hdi_service/common/inc/
H A Ddefines.h119 DEFAULT_AUTH_TYPE = 0, enumerator
/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c430 if (authType == DEFAULT_AUTH_TYPE) { in GetRealAuthTypeForEnrolledId()
459 if (credentialInfo->authType == DEFAULT_AUTH_TYPE) { in AddCredentialToUser()
525 if ((credentialInfo == NULL) || (credentialInfo->authType == DEFAULT_AUTH_TYPE)) { in AddCredentialInfo()
558 credentialInfo->authType = DEFAULT_AUTH_TYPE; in AddCredentialInfo()
607 if (nodeData != NULL && nodeData->authType == DEFAULT_AUTH_TYPE) { in RemoveCachePin()
666 if (nodeData != NULL && nodeData->authType == DEFAULT_AUTH_TYPE) { in DeletePinCredentialInfo()
675 credentialInfoOld->authType = DEFAULT_AUTH_TYPE; in DeletePinCredentialInfo()
686 credentialInfoCache->authType = DEFAULT_AUTH_TYPE; in DeletePinCredentialInfo()
722 if (credentialInfo->authType == DEFAULT_AUTH_TYPE) { in DeleteCredentialInfo()
787 if (credentialInfo->authType == DEFAULT_AUTH_TYPE) { in IsCredMatch()
[all...]
/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Ddefines.h81 DEFAULT_AUTH_TYPE = 0, // default type used to cache pin enumerator
/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Duser_idm_funcs.c397 if (authType != DEFAULT_AUTH_TYPE) { in QueryCredentialFunc()
480 if (credentialInfo->authType != PIN_AUTH && credentialInfo->authType != DEFAULT_AUTH_TYPE) { in GetUpdateCredentialOutput()

Completed in 4 milliseconds