Searched refs:authTypeInt (Results 1 – 2 of 2) sorted by relevance
752 int32_t authTypeInt; in ReadAuthParam() local753 if (!data.ReadInt32(authTypeInt)) { in ReadAuthParam()757 authParam.authType = static_cast<AuthType>(authTypeInt); in ReadAuthParam()
512 uint32_t authTypeInt = (uint32_t)secInfo->enrolledInfo[i].authType; in ConstructEnrolledInfoBlob() local513 if (memcpy_s(enrolledInfo->data + index, enrolledInfo->size - index, &authTypeInt, in ConstructEnrolledInfoBlob()518 index += sizeof(authTypeInt); in ConstructEnrolledInfoBlob()