Searched refs:tokenDataToEncrypt (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/user_auth/hdi_service/idm/src/ |
H A D | enroll_specification_check.c | 78 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 D | user_idm_funcs.c | 269 ret = GetEnrollTokenDataToEncrypt(credentialInfo, userId, &(tokenPlain.tokenDataToEncrypt)); in GetAuthTokenForPinEnroll()
|
/drivers/peripheral/user_auth/hdi_service/common/src/ |
H A D | user_sign_centre.c | 106 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 D | user_sign_centre_test.cpp | 121 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 D | user_sign_centre.h | 65 TokenDataToEncrypt tokenDataToEncrypt; member
|
/drivers/peripheral/user_auth/hdi_service/user_auth/src/ |
H A D | auth_token_signer.c | 97 ret = GetAuthTokenDataToEncrypt(context, credentialId, &(tokenPlain.tokenDataToEncrypt)); in GetAuthTokenDataAndSign()
|
Completed in 3 milliseconds