Searched refs:to_bytes (Results 1 – 6 of 6) sorted by relevance
/tools/security/fuzzing/llm/xz_fuzzer/ |
D | make_corpus.py | 27 corrupted_data = data[:index] + random.randint(0, 255).to_bytes(1, 'little') + data[index + 1:]
|
/tools/security/remote_provisioning/hwtrust/src/ |
D | eek.rs | 98 let mut uncompressed = ec.public_key().to_bytes( in raw_key_bytes()
|
/tools/netsim/rust/daemon/src/bluetooth/ |
D | beacon.rs | 185 advertising_data: beacon.advertise_data.to_bytes(), in tick() 221 scan_response_data: beacon.scan_response_data.to_bytes(), in receive_link_layer_packet()
|
D | advertise_data.rs | 74 pub fn to_bytes(&self) -> Vec<u8> { in to_bytes() method
|
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/ |
D | DiscoveryTest.py | 83 [(10).to_bytes(1, byteorder="big"), "hello there string" 504 [(10).to_bytes(1, byteorder="big"), p_mf_1, 518 [(10).to_bytes(1, byteorder="big"), s_mf_1,
|
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | DhcpServerTest.py | 1011 opt.to_bytes(1, byteorder='big') if isinstance(opt, int) else opt
|