/aosp_15_r20/trusty/user/base/lib/hwbcc/test/ |
D | main.cpp | 90 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 D | print-smb.c | 172 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/ |
D | test.rs | 110 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/ |
D | bcc.rs | 172 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
|
D | retry.rs | 40 bcc: Vec<u8>, field 52 fn bcc(&self) -> Option<&[u8]> { in bcc() method
|
D | lib.rs | 25 mod bcc; module
|
/aosp_15_r20/trusty/user/app/keymaster/ |
D | trusty_remote_provisioning_context.cpp | 170 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/ |
D | common.cpp | 203 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/ |
D | hwbcc.c | 191 uint8_t* bcc, in get_bcc() 227 uint8_t* bcc, in hwbcc_get_protected_data()
|
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/ |
D | main.rs | 22 mod bcc; module 86 let bcc = Bcc::new(bcc_handover.bcc()).map_err(|e| { in main() localVariable
|
D | config.rs | 141 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/ |
D | compos_key_main.cpp | 61 std::vector<uint8_t> bcc(bcc_size); in write_bcc() local
|
/aosp_15_r20/frameworks/compile/libbcc/lib/ |
D | RSScreenFunctionsPass.cpp | 101 namespace bcc { namespace
|
D | RSIsThreadablePass.cpp | 128 namespace bcc { namespace
|
D | RSInvariant.cpp | 146 namespace bcc { namespace
|
D | RSX86TranslateGEPPass.cpp | 175 namespace bcc { namespace
|
D | RSEmbedInfo.cpp | 219 namespace bcc { namespace
|
D | RSInvokeHelperPass.cpp | 231 namespace bcc { namespace
|
D | RSX86CallConvPass.cpp | 216 namespace bcc { namespace
|
/aosp_15_r20/frameworks/av/drm/libmediadrmrkp/src/ |
H A D | DrmRkpAdapter.cpp | 82 std::vector<uint8_t> bcc; in getDrmRemotelyProvisionedComponents() local
|
H A D | DrmRemotelyProvisionedComponent.cpp | 31 std::vector<uint8_t> bcc, in DrmRemotelyProvisionedComponent()
|
/aosp_15_r20/external/bcc/ |
H A D | CMakeLists.txt | 13 project(bcc) project
|
/aosp_15_r20/packages/modules/Virtualization/libs/dice/sample_inputs/src/ |
D | sample_inputs.rs | 142 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 D | AppSearchEmail.java | 192 public Builder setBcc(@NonNull String... bcc) { in setBcc()
|
/aosp_15_r20/trusty/user/app/keymint/ |
D | rpc.rs | 61 let bcc = get_bcc(HwBccMode::Release, &mut bcc_buf) in get_dice_info() localVariable
|