Home
last modified time | relevance | path

Searched refs:tokenDataToEncrypt (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Denroll_specification_check.c78 if (ret != RESULT_SUCCESS || userIdGet != userId || userIdGet != tokenPlain.tokenDataToEncrypt.userId) { in CheckIdmOperationToken()
84 if (ret != RESULT_SUCCESS || secureUid != tokenPlain.tokenDataToEncrypt.secureUid) { in CheckIdmOperationToken()
H A Duser_idm_funcs.c269 ret = GetEnrollTokenDataToEncrypt(credentialInfo, userId, &(tokenPlain.tokenDataToEncrypt)); in GetAuthTokenForPinEnroll()
/drivers/peripheral/user_auth/hdi_service/common/src/
H A Duser_sign_centre.c106 if (!CheckBufferWithSize(plaintext, sizeof(tokenPlain->tokenDataToEncrypt))) { in DecryptTokenCipher()
111 if (memcpy_s(&(tokenPlain->tokenDataToEncrypt), sizeof(tokenPlain->tokenDataToEncrypt), in DecryptTokenCipher()
280 ret = GetTokenDataCipherResult(&(tokenPlain->tokenDataToEncrypt), authToken, &tokenKey); in UserAuthTokenSign()
/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Duser_sign_centre_test.cpp121 EXPECT_EQ(memcmp(&(userAuthTokenPlain.tokenDataToEncrypt), &data, in HWTEST_F()
122 sizeof(userAuthTokenPlain.tokenDataToEncrypt)), 0); in HWTEST_F()
/drivers/peripheral/user_auth/hdi_service/common/inc/
H A Duser_sign_centre.h65 TokenDataToEncrypt tokenDataToEncrypt; member
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dauth_token_signer.c97 ret = GetAuthTokenDataToEncrypt(context, credentialId, &(tokenPlain.tokenDataToEncrypt)); in GetAuthTokenDataAndSign()

Completed in 3 milliseconds