Home
last modified time | relevance | path

Searched refs:hexstring (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/executorch/backends/cadence/utils/
H A Dgen_header.py26 hexstring = magic_attr + " model_pte[] = {"
30 hexstring += "\n"
31 hexstring += "0x" + hexstream[i : i + 2] + ", "
33 hexstring += "};\n"
34 fw.write(hexstring)
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_x509write.data208 X509 String to Names #14 (Accept numercoid/hexstring)
212 X509 String to Names (hexstring: trailing garbage after DER is ignored)
215 X509 String to Names: long hexstring (payload=256 bytes)
218 X509 String to Names: long hexstring (payload=257 bytes)
221 X509 String to Names #15 (Odd length DER hexstring)
224 X509 String to Names (empty DER hexstring)
227 X509 String to Names (empty DER hexstring at end)
230 X509 String to Names (1-byte DER hexstring)
233 X509 String to Names (1-byte DER hexstring at end)
236 X509 String to Names #16 (hexstring: DER length exceeds available data)
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_x509write.data208 X509 String to Names #14 (Accept numercoid/hexstring)
212 X509 String to Names (hexstring: trailing garbage after DER is ignored)
215 X509 String to Names: long hexstring (payload=256 bytes)
218 X509 String to Names: long hexstring (payload=257 bytes)
221 X509 String to Names #15 (Odd length DER hexstring)
224 X509 String to Names (empty DER hexstring)
227 X509 String to Names (empty DER hexstring at end)
230 X509 String to Names (1-byte DER hexstring)
233 X509 String to Names (1-byte DER hexstring at end)
236 X509 String to Names #16 (hexstring: DER length exceeds available data)
[all …]
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/
H A Dhpack_parser_test.cc108 std::string hexstring, absl::StatusOr<std::string> expect, in TestVector() argument
115 auto input = ParseHexstring(hexstring); in TestVector()
162 << err << " slice[" << i << "]; input: " << hexstring in TestVector()
166 << err << " slice[" << i << "]; input: " << hexstring in TestVector()
181 EXPECT_EQ(encoder.result(), *expect) << "Input: " << hexstring; in TestVector()
/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dparse_hexstring.cc28 Slice ParseHexstring(absl::string_view hexstring) { in ParseHexstring() argument
34 for (auto c : hexstring) { in ParseHexstring()
45 for (auto c : hexstring) { in ParseHexstring()
H A Dparse_hexstring.h27 Slice ParseHexstring(absl::string_view hexstring);
/aosp_15_r20/external/tcpdump/
H A Dprint-esp.c379 static u_int hex2byte(netdissect_options *ndo, char *hexstring) in hex2byte() argument
383 byte = (hexdigit(ndo, hexstring[0]) << 4) + hexdigit(ndo, hexstring[1]); in hex2byte()
/aosp_15_r20/external/webp/imageio/
H A Dpngdec.c69 static uint8_t* HexStringToBytes(const char* hexstring, in HexStringToBytes() argument
71 const char* src = hexstring; in HexStringToBytes()
/aosp_15_r20/hardware/google/apf/
Dapf_counter_decoder.py61 data_hexstring = args.hexstring
/aosp_15_r20/external/fonttools/Lib/fontTools/t1Lib/
H A D__init__.py541 def deHexString(hexstring): argument
542 return eexec.deHexString(bytesjoin(hexstring.split()))
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Dandroid.config208 # PSK can only be configured as the 64-octet hexstring (e.g., from
H A Ddefconfig253 # PSK can only be configured as the 64-octet hexstring (e.g., from
H A DChangeLog1470 replacement for 'eappsk' (it can also be set using hexstring to