Home
last modified time | relevance | path

Searched refs:bcc (Results 1 – 25 of 36) sorted by relevance

12

/system/security/diced/open_dice/src/
Dretry.rs20 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()
Dbcc.rs134 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()
Dlib.rs23 mod bcc; module
30 pub use bcc::{
Ddice.rs78 fn bcc(&self) -> Option<&[u8]>; in bcc() method
/system/security/diced/sample_inputs/src/
Dsample_inputs.rs127 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/
Dapi_test.rs130 assert_eq!(dice_artifacts.bcc(), Some(EXPECTED_SAMPLE_BCC)); in sample_bcc_and_cdis_are_as_expected()
/system/keymaster/contexts/
Dpure_soft_remote_provisioning_context.cpp167 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/
Dapp.te12 # Exception for renderscript binaries (/system/bin/bcc, /system/bin/ld.mc)
Dinstalld.te31 # Delete /system/bin/bcc generated artifacts
Dshell.te71 # /system/bin/bcc (b/126388046)
/system/sepolicy/prebuilts/api/31.0/private/
Dinstalld.te28 # Delete /system/bin/bcc generated artifacts
Dapp.te52 # Exception for renderscript binaries (/system/bin/bcc, /system/bin/ld.mc)
Dshell.te82 # /system/bin/bcc (b/126388046)
/system/sepolicy/prebuilts/api/32.0/private/
Dinstalld.te28 # Delete /system/bin/bcc generated artifacts
Dapp.te53 # Exception for renderscript binaries (/system/bin/bcc, /system/bin/ld.mc)
Dshell.te82 # /system/bin/bcc (b/126388046)
/system/sepolicy/prebuilts/api/30.0/private/
Dinstalld.te28 # Delete /system/bin/bcc generated artifacts
Dapp.te32 # Exception for renderscript binaries (/system/bin/bcc, /system/bin/ld.mc)
Dshell.te69 # /system/bin/bcc (b/126388046)
/system/sepolicy/prebuilts/api/33.0/private/
Dinstalld.te28 # Delete /system/bin/bcc generated artifacts
Dshell.te82 # /system/bin/bcc (b/126388046)
/system/sepolicy/private/
Dinstalld.te28 # Delete /system/bin/bcc generated artifacts
Dshell.te82 # /system/bin/bcc (b/126388046)
/system/sepolicy/prebuilts/api/34.0/private/
Dinstalld.te28 # Delete /system/bin/bcc generated artifacts
/system/security/diced/open_dice/
DAndroid.bp176 wrapper_src: "bindgen/android/bcc.h",

12