Home
last modified time | relevance | path

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

1234

/aosp_15_r20/trusty/user/base/lib/hwbcc/test/
Dmain.cpp90 TEST_F(swbcc, bcc) { in TEST_F() argument
92 uint8_t bcc[HWBCC_MAX_RESP_PAYLOAD_SIZE]; in TEST_F() local
121 uint8_t bcc[HWBCC_MAX_RESP_PAYLOAD_SIZE]; in TEST() local
189 uint8_t bcc[HWBCC_MAX_RESP_PAYLOAD_SIZE]; in TEST() local
/aosp_15_r20/external/tcpdump/
H A Dprint-smb.c172 u_int bcc; in print_trans2() local
330 u_int bcc; in print_trans() local
398 u_int wct, bcc; in print_negprot() local
435 u_int wct, bcc; in print_sesssetup() local
475 u_int wct, bcc; in print_lockingandx() local
832 u_int bcc; in print_smb() local
/aosp_15_r20/trusty/user/base/lib/hwbcc/rust/src/
Dtest.rs110 let bcc = get_bcc(HwBccMode::Test, &mut bcc_buf).expect("could not get bcc"); in test_get_bcc_test_mode() localVariable
132 let bcc = get_bcc(HwBccMode::Test, &mut bcc_buf).expect("could not get bcc"); in test_get_bcc_test_mode() localVariable
171 let bcc = get_bcc(HwBccMode::Release, &mut bcc_buf).expect("could not get bcc"); in test_get_bcc() localVariable
/aosp_15_r20/packages/modules/Virtualization/libs/dice/open_dice/src/
Dbcc.rs172 bcc: Option<&'a [u8]>, field
184 fn bcc(&self) -> Option<&[u8]> { in bcc() method
213 let bcc = sub_slice(handover, chain, chain_size).ok(); in bcc_handover_parse() localVariable
Dretry.rs40 bcc: Vec<u8>, field
52 fn bcc(&self) -> Option<&[u8]> { in bcc() method
Dlib.rs25 mod bcc; module
/aosp_15_r20/trusty/user/app/keymaster/
Dtrusty_remote_provisioning_context.cpp170 std::vector<uint8_t> bcc(HWBCC_MAX_RESP_PAYLOAD_SIZE); in BuildProtectedDataPayload() local
228 std::vector<uint8_t> bcc(HWBCC_MAX_RESP_PAYLOAD_SIZE); in BuildCsr() local
/aosp_15_r20/trusty/user/base/lib/hwbcc/common/
Dcommon.cpp203 bool validate_bcc(const uint8_t* bcc, in validate_bcc()
226 bool validate_bcc_impl(const uint8_t* bcc, in validate_bcc_impl()
/aosp_15_r20/trusty/user/base/lib/hwbcc/client/
Dhwbcc.c191 uint8_t* bcc, in get_bcc()
227 uint8_t* bcc, in hwbcc_get_protected_data()
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/
Dmain.rs22 mod bcc; module
86 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
/aosp_15_r20/packages/modules/Virtualization/guest/compos_key_helper/
Dcompos_key_main.cpp61 std::vector<uint8_t> bcc(bcc_size); in write_bcc() local
/aosp_15_r20/frameworks/compile/libbcc/lib/
DRSScreenFunctionsPass.cpp101 namespace bcc { namespace
DRSIsThreadablePass.cpp128 namespace bcc { namespace
DRSInvariant.cpp146 namespace bcc { namespace
DRSX86TranslateGEPPass.cpp175 namespace bcc { namespace
DRSEmbedInfo.cpp219 namespace bcc { namespace
DRSInvokeHelperPass.cpp231 namespace bcc { namespace
DRSX86CallConvPass.cpp216 namespace bcc { namespace
/aosp_15_r20/frameworks/av/drm/libmediadrmrkp/src/
H A DDrmRkpAdapter.cpp82 std::vector<uint8_t> bcc; in getDrmRemotelyProvisionedComponents() local
H A DDrmRemotelyProvisionedComponent.cpp31 std::vector<uint8_t> bcc, in DrmRemotelyProvisionedComponent()
/aosp_15_r20/external/bcc/
H A DCMakeLists.txt13 project(bcc) project
/aosp_15_r20/packages/modules/Virtualization/libs/dice/sample_inputs/src/
Dsample_inputs.rs142 let mut bcc: Vec<u8> = vec![]; in make_sample_bcc_and_cdis() localVariable
/aosp_15_r20/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/external/testutil/
H A DAppSearchEmail.java192 public Builder setBcc(@NonNull String... bcc) { in setBcc()
/aosp_15_r20/trusty/user/app/keymint/
Drpc.rs61 let bcc = get_bcc(HwBccMode::Release, &mut bcc_buf) in get_dice_info() localVariable

1234