Searched defs:tokenValue (Results 1 – 4 of 4) sorted by relevance
| /test/xts/device_attest/services/core/security/ |
| D | attest_security_token.c | 30 static int32_t EncryptHmac(const char *challenge, const uint8_t *tokenValue, size_t tokenValueLen, in EncryptHmac() 96 static int32_t EncryptHmacIterative(const char *challenge, const uint8_t *tokenValue, size_t tokenV… in EncryptHmacIterative() 382 uint8_t tokenValue[TOKEN_VALUE_LEN + 1] = {0}; in GetProductToken() local 412 uint8_t tokenValue[TOKEN_VALUE_LEN + 1] = {0}; in GetProductTokenInfo() local 461 static int32_t GetDecryptedTokenValue(TokenInfo* tokenInfo, uint8_t* tokenValue, uint8_t tokenValue… in GetDecryptedTokenValue() 618 static int32_t GetTokenInfo(const char* tokenValue, uint8_t tokenValueLen, in GetTokenInfo() 662 static int32_t GetTokenValueDecrypted(uint8_t* tokenValue, uint8_t tokenValueLen) in GetTokenValueDecrypted() 697 uint8_t tokenValue[TOKEN_VALUE_LEN + 1] = {0}; in GetTokenValueHmac() local 777 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 | 30 static int32_t EncryptHmac(const char *challenge, const uint8_t *tokenValue, size_t tokenValueLen, in EncryptHmac() 96 static int32_t EncryptHmacIterative(const char *challenge, const uint8_t *tokenValue, size_t tokenV… in EncryptHmacIterative() 382 uint8_t tokenValue[TOKEN_VALUE_LEN + 1] = {0}; in GetProductToken() local 412 uint8_t tokenValue[TOKEN_VALUE_LEN + 1] = {0}; in GetProductTokenInfo() local 461 static int32_t GetDecryptedTokenValue(TokenInfo* tokenInfo, uint8_t* tokenValue, uint8_t tokenValue… in GetDecryptedTokenValue() 593 static int32_t GetTokenInfo(const char* tokenValue, uint8_t tokenValueLen, in GetTokenInfo() 637 static int32_t GetTokenValueDecrypted(uint8_t* tokenValue, uint8_t tokenValueLen) in GetTokenValueDecrypted() 672 uint8_t tokenValue[TOKEN_VALUE_LEN + 1] = {0}; in GetTokenValueHmac() local 752 static int32_t WriteToken(const char* tokenValue, uint8_t tokenValueLen, in WriteToken()
|
| /test/xts/device_attest_lite/services/core/include/ |
| D | attest_type.h | 76 char* tokenValue; member 124 char tokenValue[TOKEN_VALUE_ENCRYPT_LEN]; member
|
| /test/xts/device_attest/services/core/include/ |
| D | attest_type.h | 90 char* tokenValue; member 138 char tokenValue[TOKEN_VALUE_ENCRYPT_LEN]; member
|