Searched refs:byte_array (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/ |
H A D | huks_adapter_mock.c | 615 static int32_t convert_byte_to_hex_string(const uint8_t *byte_array, uint32_t byte_array_size, in convert_byte_to_hex_string() argument 632 …if (sprintf_s((char *)(hex_str_arr + length), hex_str_arr_len - length, "%02x", byte_array[i]) < 0… in convert_byte_to_hex_string()
|
H A D | huks_adapter_mock_for_pake.c | 686 static int32_t convert_byte_to_hex_string(const uint8_t *byte_array, uint32_t byte_array_size, in convert_byte_to_hex_string() argument 703 …if (sprintf_s((char *)(hex_str_arr + length), hex_str_arr_len - length, "%02x", byte_array[i]) < 0… in convert_byte_to_hex_string()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/ |
H A D | huks_adapter.c | 742 static int32_t convert_byte_to_hex_string(const uint8_t *byte_array, uint32_t byte_array_size, in convert_byte_to_hex_string() argument 759 …if (sprintf_s((char *)(hex_str_arr + length), hex_str_arr_len - length, "%02x", byte_array[i]) < 0… in convert_byte_to_hex_string()
|