/tools/netsim/rust/netsim-cxx/src/uwb/ |
D | facade.rs | 15 pub fn handle_uwb_request(_facade_id: u32, _packet: &[u8]) { in handle_uwb_request() 26 pub fn uwb_patch(_facade_id: u32, _proto_bytes: &[u8]) { in uwb_patch() 30 pub fn uwb_get(_facade_id: u32) -> Vec<u8> { in uwb_get()
|
/tools/security/remote_provisioning/hwtrust/cxxbridge/ |
D | lib.rs | 34 fn verify_dice_chain(chain: &[u8], kind: DiceChainKind) -> VerifyDiceChainResult; in verify_dice_chain() 37 fn get_dice_chain_public_key(chain: &DiceChain, n: usize) -> Vec<u8>; in get_dice_chain_public_key() 44 fn verify_dice_chain(chain: &[u8], kind: ffi::DiceChainKind) -> ffi::VerifyDiceChainResult { in verify_dice_chain() 74 fn get_dice_chain_public_key(chain: &DiceChain, n: usize) -> Vec<u8> { in get_dice_chain_public_key()
|
/tools/netsim/rust/netsim-cxx/src/ |
D | lib.rs | 80 fn handle_response(kind: u32, facade_id: u32, packet: &CxxVector<u8>, packet_type: u8); in handle_response() 89 packet: &CxxVector<u8>, in handle_packet_request() 98 packet: &CxxVector<u8>, in handle_packet_response() 112 fn handle_uwb_request(facade_id: u32, packet: &[u8]); in handle_uwb_request() 116 pub fn uwb_patch(_facade_id: u32, _proto_bytes: &[u8]); in uwb_patch() 120 pub fn uwb_get(_facade_id: u32) -> Vec<u8>; in uwb_get() 202 fn put_chunk(self: &CxxServerResponseWriter, chunk: &[u8]); in put_chunk() 214 fn HandleRequestCxx(kind: u32, facade_id: u32, packet: &Vec<u8>, packet_type: u8); in HandleRequestCxx() 230 fn put_chunk(&mut self, chunk: &[u8]) { in put_chunk() 243 fn put_ok_with_vec(&mut self, _mime_type: &str, _body: Vec<u8>, _headers: StrHeaders) { in put_ok_with_vec()
|
/tools/netsim/rust/frontend-client-cxx/src/ |
D | lib.rs | 16 fn handle_chunk(&self, chunk: &[u8]) { in handle_chunk() 27 fn handle_chunk(&self, chunk: &[u8]); in handle_chunk() 49 fn handle_chunk(&self, chunk: &[u8]); in handle_chunk() 68 request: &Vec<u8>, in GetCapture() 77 request: &Vec<u8>, in SendGrpc() 90 pub fn ByteVec(self: &ClientResult) -> &CxxVector<u8>; in ByteVec()
|
/tools/netsim/rust/netsim-cxx/src/transport/ |
D | mod.rs | 28 _packet: &cxx::CxxVector<u8>, in handle_response() 29 _packet_type: u8, in handle_response()
|
D | fd.rs | 79 pub fn handle_response(kind: u32, facade_id: u32, packet: &cxx::CxxVector<u8>, packet_type: u8) { in handle_response()
|
/tools/security/remote_provisioning/hwtrust/src/cbor/ |
D | publickey.rs | 81 fn adjust_coord(mut coordinate: Vec<u8>, length: usize) -> Vec<u8> { in adjust_coord() 123 fn pkey_from_ec_coords(nid: Nid, x: &[u8], y: &[u8]) -> Result<PKey<Public>> { in pkey_from_ec_coords() 145 fn get_label_value_as_bytes(key: &CoseKey, label: Label) -> Result<&[u8]> { in get_label_value_as_bytes() 152 fn ec_cose_signature_to_der(kind: EcKind, signature: &[u8]) -> Result<Vec<u8>> { in ec_cose_signature_to_der() 201 fn ec_der_signature_to_cose(kind: EcKind, signature: &[u8]) -> Vec<u8> { in ec_der_signature_to_cose()
|
/tools/netsim/rust/netsim-cxx/src/http_server/ |
D | server_response.rs | 37 fn put_chunk(&mut self, chunk: &[u8]); in put_chunk() 40 fn put_ok_with_vec(&mut self, mime_type: &str, body: Vec<u8>, headers: StrHeaders); in put_ok_with_vec() 73 fn put_chunk(&mut self, chunk: &[u8]) { in put_chunk() 89 fn put_ok_with_vec(&mut self, mime_type: &str, body: Vec<u8>, headers: StrHeaders) { in put_ok_with_vec()
|
/tools/security/remote_provisioning/hwtrust/src/cbor/dice/ |
D | field_value.rs | 29 pub fn into_optional_bytes(self) -> Result<Option<Vec<u8>>> { in into_optional_bytes() 41 pub fn into_bytes(self) -> Result<Vec<u8>> { in into_bytes()
|
D | entry.rs | 49 pub(super) fn payload(&self) -> &[u8] { in payload() 57 bytes: &[u8], in from_cbor() 92 bytes: &[u8], in from_cbor() 661 fn serialize_fields(mut fields: HashMap<i64, Value>) -> Vec<u8> { in serialize_fields()
|
D | chain.rs | 76 bytes: &[u8], in root_and_entries_from_cbor()
|
/tools/netsim/rust/backend-proto/src/ |
D | packet_streamer.rs | 158 pub fn get_packet(&self) -> &[u8] { in get_packet() 176 pub fn set_packet(&mut self, v: ::std::vec::Vec<u8>) { in set_packet() 181 pub fn mut_packet(&mut self) -> &mut ::std::vec::Vec<u8> { in mut_packet() 193 pub fn take_packet(&mut self) -> ::std::vec::Vec<u8> { in take_packet() 512 pub fn get_packet(&self) -> &[u8] { in get_packet() 530 pub fn set_packet(&mut self, v: ::std::vec::Vec<u8>) { in set_packet() 535 pub fn mut_packet(&mut self) -> &mut ::std::vec::Vec<u8> { in mut_packet() 547 pub fn take_packet(&mut self) -> ::std::vec::Vec<u8> { in take_packet()
|
D | hci_packet.rs | 68 pub fn get_packet(&self) -> &[u8] { in get_packet() 76 pub fn set_packet(&mut self, v: ::std::vec::Vec<u8>) { in set_packet() 82 pub fn mut_packet(&mut self) -> &mut ::std::vec::Vec<u8> { in mut_packet() 87 pub fn take_packet(&mut self) -> ::std::vec::Vec<u8> { in take_packet()
|
/tools/netsim/rust/netsim-cxx/src/captures/ |
D | handlers.rs | 317 packet: &CxxVector<u8>, in handle_packet() 347 pub fn handle_packet_request(kind: u32, facade_id: u32, packet: &CxxVector<u8>, packet_type: u32) { in handle_packet_request() 352 pub fn handle_packet_response(kind: u32, facade_id: u32, packet: &CxxVector<u8>, packet_type: u32) { in handle_packet_response()
|
D | pcap_util.rs | 56 packet: &[u8], in append_record()
|
/tools/netsim/rust/netsim-cli/src/ |
D | pcap_handler.rs | 28 fn handle_chunk(&self, chunk: &[u8]) { in handle_chunk()
|
D | response.rs | 27 pub fn print_response(&self, response: &[u8], verbose: bool) { in print_response()
|
/tools/security/remote_provisioning/hwtrust/src/dice/ |
D | entry.rs | 57 pub fn code_desc(&self) -> Option<&[u8]> { in code_desc() 62 pub fn code_hash(&self) -> &[u8] { in code_hash() 72 pub fn config_hash(&self) -> Option<&[u8]> { in config_hash() 77 pub fn authority_desc(&self) -> Option<&[u8]> { in authority_desc() 82 pub fn authority_hash(&self) -> &[u8] { in authority_hash()
|
/tools/security/remote_provisioning/hwtrust/src/ |
D | cbor.rs | 27 fn serialize(value: Value) -> Vec<u8> { in serialize()
|
D | publickey.rs | 43 pub fn verify(&self, signature: &[u8], message: &[u8]) -> Result<()> { in verify() 170 pub fn sign(&self, message: &[u8]) -> Result<Vec<u8>> { in sign()
|
/tools/dexter/slicer/export/slicer/ |
D | dex_format.h | 33 typedef uint64_t u8; typedef
|