Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_auth_stub.cpp752 int32_t authTypeInt; in ReadAuthParam() local
753 if (!data.ReadInt32(authTypeInt)) { in ReadAuthParam()
757 authParam.authType = static_cast<AuthType>(authTypeInt); in ReadAuthParam()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/core/src/
H A Dhks_client_service.c512 uint32_t authTypeInt = (uint32_t)secInfo->enrolledInfo[i].authType; in ConstructEnrolledInfoBlob() local
513 if (memcpy_s(enrolledInfo->data + index, enrolledInfo->size - index, &authTypeInt, in ConstructEnrolledInfoBlob()
518 index += sizeof(authTypeInt); in ConstructEnrolledInfoBlob()