/system/security/diced/open_dice/src/ |
D | retry.rs | 20 use crate::bcc::{bcc_format_config_descriptor, bcc_main_flow}; 37 bcc: Vec<u8>, field 49 fn bcc(&self) -> Option<&[u8]> { in bcc() method 50 Some(&self.bcc) in bcc() 103 bcc: &[u8], in retry_bcc_main_flow() 111 bcc, in retry_bcc_main_flow() 117 Ok(OwnedDiceArtifacts { cdi_values: next_cdi_values, bcc: next_bcc }) in retry_bcc_main_flow()
|
D | bcc.rs | 134 bcc: Option<&'a [u8]>, field 146 fn bcc(&self) -> Option<&[u8]> { in bcc() method 147 self.bcc in bcc() 157 let mut bcc: *const u8 = ptr::null(); in bcc_handover_parse() localVariable 167 &mut bcc, in bcc_handover_parse() 173 let bcc = sub_slice(bcc_handover, bcc, bcc_size).ok(); in bcc_handover_parse() localVariable 177 bcc, in bcc_handover_parse()
|
D | lib.rs | 23 mod bcc; module 30 pub use bcc::{
|
D | dice.rs | 78 fn bcc(&self) -> Option<&[u8]>; in bcc() method
|
/system/security/diced/sample_inputs/src/ |
D | sample_inputs.rs | 127 let mut bcc: Vec<u8> = vec![]; in make_sample_bcc_and_cdis() localVariable 128 ser::into_writer(&bcc_value, &mut bcc)?; in make_sample_bcc_and_cdis() 144 retry_bcc_main_flow(&cdi_values.cdi_attest, &cdi_values.cdi_seal, &bcc, &input_values) in make_sample_bcc_and_cdis() 163 dice_artifacts.bcc().ok_or_else(|| anyhow!("bcc is none"))?, in make_sample_bcc_and_cdis()
|
/system/security/diced/sample_inputs/tests/ |
D | api_test.rs | 130 assert_eq!(dice_artifacts.bcc(), Some(EXPECTED_SAMPLE_BCC)); in sample_bcc_and_cdis_are_as_expected()
|
/system/keymaster/contexts/ |
D | pure_soft_remote_provisioning_context.cpp | 167 cppbor::Array bcc; in BuildProtectedDataPayload() local 169 std::tie(devicePrivKey, bcc) = GenerateBcc(/*testMode=*/true); in BuildProtectedDataPayload() 177 bcc = std::move(*clone->asArray()); in BuildProtectedDataPayload() 183 return cppbor::Array().add(sign1.moveValue()).add(std::move(bcc)).encode(); in BuildProtectedDataPayload()
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | app.te | 12 # Exception for renderscript binaries (/system/bin/bcc, /system/bin/ld.mc)
|
D | installd.te | 31 # Delete /system/bin/bcc generated artifacts
|
D | shell.te | 71 # /system/bin/bcc (b/126388046)
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | installd.te | 28 # Delete /system/bin/bcc generated artifacts
|
D | app.te | 52 # Exception for renderscript binaries (/system/bin/bcc, /system/bin/ld.mc)
|
D | shell.te | 82 # /system/bin/bcc (b/126388046)
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | installd.te | 28 # Delete /system/bin/bcc generated artifacts
|
D | app.te | 53 # Exception for renderscript binaries (/system/bin/bcc, /system/bin/ld.mc)
|
D | shell.te | 82 # /system/bin/bcc (b/126388046)
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | installd.te | 28 # Delete /system/bin/bcc generated artifacts
|
D | app.te | 32 # Exception for renderscript binaries (/system/bin/bcc, /system/bin/ld.mc)
|
D | shell.te | 69 # /system/bin/bcc (b/126388046)
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | installd.te | 28 # Delete /system/bin/bcc generated artifacts
|
D | shell.te | 82 # /system/bin/bcc (b/126388046)
|
/system/sepolicy/private/ |
D | installd.te | 28 # Delete /system/bin/bcc generated artifacts
|
D | shell.te | 82 # /system/bin/bcc (b/126388046)
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | installd.te | 28 # Delete /system/bin/bcc generated artifacts
|
/system/security/diced/open_dice/ |
D | Android.bp | 176 wrapper_src: "bindgen/android/bcc.h",
|