Searched refs:plaintextData (Results 1 – 3 of 3) sorted by relevance
292 token->plaintextData.challenge + challengePos * BYTES_PER_POS, checkLen) != 0) { in HksVerifyKeyChallenge()313 uint64_t authTokenTime = token->plaintextData.time / S_TO_MS; in HksVerifyKeyTimestamp()497 …ret = HksCoreConvertUserIamTypeToHksType(HKS_AUTH_TYPE, authToken->plaintextData.authType, &authTo… in VerifyAuthTokenInfo()707 …ret = HksCoreConvertUserIamTypeToHksType(HKS_AUTH_TYPE, authToken->plaintextData.authType, &hksAut… in GetSecureSignAuthInfo()
149 authTokenHal->plaintextData.time = curTime + testIDMParams.time; in AssignAuthToken()150 authTokenHal->plaintextData.authType = testIDMParams.authType; in AssignAuthToken()152 …if (memcpy_s(authTokenHal->plaintextData.challenge, TOKEN_CHALLENGE_LEN, challenge->data, challeng… in AssignAuthToken()
775 HksPlaintextData plaintextData; member