Home
last modified time | relevance | path

Searched defs:bcc (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Virtualization/libs/dice/open_dice/src/
Dbcc.rs168 bcc: Option<&'a [u8]>, field
180 fn bcc(&self) -> Option<&[u8]> { in bcc() method
209 let bcc = sub_slice(handover, chain, chain_size).ok(); in bcc_handover_parse() localVariable
Dretry.rs41 bcc: Vec<u8>, field
53 fn bcc(&self) -> Option<&[u8]> { in bcc() method
Dlib.rs26 mod bcc; module
Ddice.rs80 fn bcc(&self) -> Option<&[u8]>; in bcc() method
/packages/modules/Virtualization/compos/compos_key_helper/
Dcompos_key_main.cpp61 std::vector<uint8_t> bcc(bcc_size); in write_bcc() local
/packages/modules/Virtualization/pvmfw/src/
Dmain.rs22 mod bcc; module
89 let bcc = Bcc::new(bcc_handover.bcc()).map_err(|e| { in main() localVariable
Dconfig.rs141 pub bcc: &'a mut [u8], field
296 let bcc = bcc.unwrap(); in get_entries() localVariable
Dbcc.rs108 let bcc = match bcc_cbor { in new() localVariable
/packages/modules/Virtualization/libs/dice/sample_inputs/src/
Dsample_inputs.rs142 let mut bcc: Vec<u8> = vec![]; in make_sample_bcc_and_cdis() localVariable
/packages/modules/Virtualization/compos/composd/src/
Dinstance_starter.rs121 let bcc = instance.service.getAttestationChain().context("Getting attestation chain")?; in start_new_instance() localVariable
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecConfigTest.java226 BluetoothCodecConfig bcc = in testBluetoothCodecConfig_valid_get_methods() local
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
DMimeMessage.java65 private Address[] bcc; field in MimeMessage
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapbMessageMime.java311 public void setBcc(ArrayList<Rfc822Token> bcc) { in setBcc()