Home
last modified time | relevance | path

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

/test/xts/device_attest/services/oem_adapter/src/
H A Ddevice_attest_oem_adapter.c23 static int ReadTokenWithFlag(char* path, char* fileName, char* result, unsigned int len) in ReadTokenWithFlag() function
85 int32_t retA = ReadTokenWithFlag(TOKEN_ADDR, TOKEN_A_ADDR, tokenWithFlagA, TOKEN_WITH_FLAG_SIZE); in OEMReadToken()
86 int32_t retB = ReadTokenWithFlag(TOKEN_ADDR, TOKEN_B_ADDR, tokenWithFlagB, TOKEN_WITH_FLAG_SIZE); in OEMReadToken()
119 int32_t retA = ReadTokenWithFlag(TOKEN_ADDR, TOKEN_A_ADDR, tokenWithFlagA, TOKEN_WITH_FLAG_SIZE); in OEMWriteToken()
120 int32_t retB = ReadTokenWithFlag(TOKEN_ADDR, TOKEN_B_ADDR, tokenWithFlagB, TOKEN_WITH_FLAG_SIZE); in OEMWriteToken()

Completed in 2 milliseconds