Home
last modified time | relevance | path

Searched refs:tokenDataCipher (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/common/src/
H A Duser_sign_centre.c99 const Buffer ciphertext = GetTmpBuffer((uint8_t *)userAuthToken->tokenDataCipher, in DecryptTokenCipher()
100 sizeof(userAuthToken->tokenDataCipher), sizeof(userAuthToken->tokenDataCipher)); in DecryptTokenCipher()
202 if (!CheckBufferWithSize(ciphertext, sizeof(authToken->tokenDataCipher))) { in CopyTokenCipherParam()
206 if (memcpy_s(authToken->tokenDataCipher, sizeof(authToken->tokenDataCipher), in CopyTokenCipherParam()
/drivers/peripheral/user_auth/hdi_service/common/inc/
H A Duser_sign_centre.h57 uint8_t tokenDataCipher[AUTH_TOKEN_CIPHER_LEN]; member
/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Duser_sign_centre_test.cpp102 .tokenDataCipher = DEFAULT_CIPHER, in HWTEST_F()

Completed in 2 milliseconds