Searched defs:tokenValue (Results 1 – 6 of 6) sorted by relevance
| /test/xts/device_attest/services/core/security/ |
| D | attest_security_token.c | 28 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/ |
| D | attest_security_token.c | 48 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/ |
| D | attest_tdd_mock_hal.c | 94 const char *tokenValue = g_isFirstToken ? ATTEST_FIRST_TOKEVALUE : ATTEST_SECOND_TOKEVALUE; in AttestReadToken() local
|
| /test/xts/device_attest_lite/test/tdd/gtest/ |
| D | attest_tdd_mock_hal.c | 97 const char *tokenValue = g_isFirstToken ? ATTEST_FIRST_TOKEVALUE : ATTEST_SECOND_TOKEVALUE; in AttestReadToken() local
|
| /test/xts/device_attest_lite/services/core/include/ |
| D | attest_type.h | 62 char* tokenValue; member 110 char tokenValue[TOKEN_VALUE_ENCRYPT_LEN]; member
|
| /test/xts/device_attest/services/core/include/ |
| D | attest_type.h | 80 char* tokenValue; member 128 char tokenValue[TOKEN_VALUE_ENCRYPT_LEN]; member
|