Home
last modified time | relevance | path

Searched defs:tokenValue (Results 1 – 6 of 6) sorted by relevance

/test/xts/device_attest/services/core/security/
Dattest_security_token.c28 static int32_t GetTokenValueSpecial(uint8_t* tokenValue, uint8_t tokenValueLen) in GetTokenValueSpecial()
66 static int32_t GetDecryptedTokenValue(TokenInfo* tokenInfo, uint8_t* tokenValue, uint8_t tokenValue… in GetDecryptedTokenValue()
223 static int32_t GetTokenInfo(const char* tokenValue, uint8_t tokenValueLen, in GetTokenInfo()
267 static int32_t EncryptHmac(const char *challenge, const uint8_t *tokenValue, size_t tokenValueLen, in EncryptHmac()
290 static int32_t GetTokenValueDecrypted(uint8_t* tokenValue, uint8_t tokenValueLen) in GetTokenValueDecrypted()
322 uint8_t tokenValue[TOKEN_VALUE_LEN + 1] = {0}; in GetTokenValueHmac() local
366 static int32_t WriteToken(const char* tokenValue, uint8_t tokenValueLen, in WriteToken()
/test/xts/device_attest_lite/services/core/security/
Dattest_security_token.c48 static int32_t GetDecryptedTokenValue(TokenInfo* tokenInfo, uint8_t* tokenValue, uint8_t tokenValue… in GetDecryptedTokenValue()
177 static int32_t GetTokenInfo(const char* tokenValue, uint8_t tokenValueLen, in GetTokenInfo()
221 static int32_t EncryptHmac(const char *challenge, const uint8_t *tokenValue, uint8_t *hmac, uint8_t… in EncryptHmac()
243 static int32_t GetTokenValueDecrypted(uint8_t* tokenValue, uint8_t tokenValueLen) in GetTokenValueDecrypted()
269 uint8_t tokenValue[TOKEN_VALUE_LEN + 1] = {0}; in GetTokenValueHmac() local
309 static int32_t WriteToken(const char* tokenValue, uint8_t tokenValueLen, in WriteToken()
/test/xts/device_attest/services/devattest_ability/test/tdd/gtest/
Dattest_tdd_mock_hal.c94 const char *tokenValue = g_isFirstToken ? ATTEST_FIRST_TOKEVALUE : ATTEST_SECOND_TOKEVALUE; in AttestReadToken() local
/test/xts/device_attest_lite/test/tdd/gtest/
Dattest_tdd_mock_hal.c97 const char *tokenValue = g_isFirstToken ? ATTEST_FIRST_TOKEVALUE : ATTEST_SECOND_TOKEVALUE; in AttestReadToken() local
/test/xts/device_attest_lite/services/core/include/
Dattest_type.h62 char* tokenValue; member
110 char tokenValue[TOKEN_VALUE_ENCRYPT_LEN]; member
/test/xts/device_attest/services/core/include/
Dattest_type.h80 char* tokenValue; member
128 char tokenValue[TOKEN_VALUE_ENCRYPT_LEN]; member