Searched refs:hexstring (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/executorch/backends/cadence/utils/ |
H A D | gen_header.py | 26 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 D | test_suite_x509write.data | 208 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 D | test_suite_x509write.data | 208 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 D | hpack_parser_test.cc | 108 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 D | parse_hexstring.cc | 28 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 D | parse_hexstring.h | 27 Slice ParseHexstring(absl::string_view hexstring);
|
/aosp_15_r20/external/tcpdump/ |
H A D | print-esp.c | 379 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 D | pngdec.c | 69 static uint8_t* HexStringToBytes(const char* hexstring, in HexStringToBytes() argument 71 const char* src = hexstring; in HexStringToBytes()
|
/aosp_15_r20/hardware/google/apf/ |
D | apf_counter_decoder.py | 61 data_hexstring = args.hexstring
|
/aosp_15_r20/external/fonttools/Lib/fontTools/t1Lib/ |
H A D | __init__.py | 541 def deHexString(hexstring): argument 542 return eexec.deHexString(bytesjoin(hexstring.split()))
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | android.config | 208 # PSK can only be configured as the 64-octet hexstring (e.g., from
|
H A D | defconfig | 253 # PSK can only be configured as the 64-octet hexstring (e.g., from
|
H A D | ChangeLog | 1470 replacement for 'eappsk' (it can also be set using hexstring to
|