Searched refs:ToLowerStr (Results 1 – 14 of 14) sorted by relevance
| /test/xts/device_attest_lite/services/core/include/utils/ |
| D | attest_utils.h | 54 int32_t ToLowerStr(char* str, int len);
|
| /test/xts/device_attest/services/core/include/utils/ |
| D | attest_utils.h | 57 int32_t ToLowerStr(char* str, int len);
|
| /test/xts/device_attest_lite/services/core/adapter/ |
| D | attest_adapter_os.c | 75 ret = ToLowerStr(udid, UDID_STRING_LEN + 1); in OsGetUdid()
|
| D | attest_adapter_mock.c | 226 ret = ToLowerStr(udidSha256, UDID_STRING_LEN + 1); in OsGetUdidStub()
|
| /test/xts/device_attest/services/core/adapter/ |
| D | attest_adapter_os.c | 89 ret = ToLowerStr(udid, UDID_STRING_LEN + 1); in OsGetUdid()
|
| D | attest_adapter_mock.c | 227 ret = ToLowerStr(udidSha256, UDID_STRING_LEN + 1); in OsGetUdidStub()
|
| /test/xts/device_attest_lite/services/core/attest/ |
| D | attest_service_device.c | 312 ret = ToLowerStr((char*)udidSha256, UDID_STRING_LEN + 1); in GetUdidForVerification()
|
| /test/xts/device_attest_lite/services/core/utils/ |
| D | attest_utils.c | 177 int32_t ToLowerStr(char* str, int len) in ToLowerStr() function
|
| /test/xts/device_attest/services/core/attest/ |
| D | attest_service_device.c | 420 ret = ToLowerStr((char*)udidSha256, UDID_STRING_LEN + 1); in GetUdidForVerification()
|
| /test/xts/device_attest/services/core/utils/ |
| D | attest_utils.c | 174 int32_t ToLowerStr(char* str, int len) in ToLowerStr() function
|
| /test/xts/device_attest_lite/services/core/network/ |
| D | attest_network.c | 687 int32_t ret = ToLowerStr(udid, UDID_STRING_LEN); in GenUdidSHA256HEX() 714 ret = ToLowerStr(udidSHA256HEX, UDID_HEX_OUTPUT_SIZE); in BuildClientIdOption()
|
| /test/xts/device_attest_lite/services/core/security/ |
| D | attest_security_token.c | 259 if (ToLowerStr(udid, strlen(udid)) != ATTEST_OK) { in GetProductSalt()
|
| /test/xts/device_attest/services/core/security/ |
| D | attest_security_token.c | 259 if (ToLowerStr(udid, strlen(udid)) != ATTEST_OK) { in GetProductSalt()
|
| /test/xts/device_attest/services/core/network/ |
| D | attest_network.c | 168 int32_t retCode = ToLowerStr(udid, UDID_STRING_LEN); in SetSocketCliented()
|