Home
last modified time | relevance | path

Searched refs:to_bytes (Results 1 – 6 of 6) sorted by relevance

/tools/security/fuzzing/llm/xz_fuzzer/
Dmake_corpus.py27 corrupted_data = data[:index] + random.randint(0, 255).to_bytes(1, 'little') + data[index + 1:]
/tools/security/remote_provisioning/hwtrust/src/
Deek.rs98 let mut uncompressed = ec.public_key().to_bytes( in raw_key_bytes()
/tools/netsim/rust/daemon/src/bluetooth/
Dbeacon.rs185 advertising_data: beacon.advertise_data.to_bytes(), in tick()
221 scan_response_data: beacon.scan_response_data.to_bytes(), in receive_link_layer_packet()
Dadvertise_data.rs74 pub fn to_bytes(&self) -> Vec<u8> { in to_bytes() method
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/
DDiscoveryTest.py83 [(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/
DDhcpServerTest.py1011 opt.to_bytes(1, byteorder='big') if isinstance(opt, int) else opt