/aosp_15_r20/packages/modules/Virtualization/libs/libservice_vm_requests/src/ |
D | dice.rs | 291 pub(crate) code_hash: [u8; HASH_SIZE], field 330 let code_hash = value_to_byte_array(value, "DiceChainEntryPayload code_hash")?; in from_slice() localVariable 427 pub(crate) code_hash: Vec<u8>, field 466 code_hash: OnceCell<Vec<u8>>, field 479 fn code_hash(&mut self, code_hash: Vec<u8>) -> Result<()> { in code_hash() method 490 let code_hash = take_value(&mut self.code_hash, "SubComponent code_hash")?; in build() localVariable 527 code_hash: OnceCell<[u8; HASH_SIZE]>, field 555 fn code_hash(&mut self, code_hash: [u8; HASH_SIZE]) -> Result<()> { in code_hash() method 572 let code_hash = take_value(&mut self.code_hash, "code_hash")?; in build() localVariable
|
D | cert.rs | 90 code_hash: &'a [u8], field
|
D | client_vm.rs | 241 let mut code_hash = [0u8; KERNEL_HASH_SIZE * 2]; in matches_any_kernel_code_hash() localVariable
|
/aosp_15_r20/packages/modules/Virtualization/libs/libservice_vm_fake_chain/src/ |
D | client_vm.rs | 71 pub code_hash: Vec<u8>, field 180 let code_hash = [os_hashes.kernel, os_hashes.initrd_debug].concat(); localVariable
|
/aosp_15_r20/packages/modules/Virtualization/guest/microdroid_manager/src/ |
D | dice.rs | 49 let code_hash = code_hash_ctx.finish(); in dice_derivation() localVariable 90 code_hash: Vec<u8>, field
|
/aosp_15_r20/tools/security/remote_provisioning/hwtrust/src/dice/ |
H A D | entry.rs | 28 code_hash: Vec<u8>, field 62 pub fn code_hash(&self) -> &[u8] { in code_hash() method 205 pub fn code_hash(mut self, code_hash: Vec<u8>) -> Self { in code_hash() method
|
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/ |
D | dice.rs | 79 pub code_hash: Hash, field 88 let code_hash = to_dice_hash(data)?; in new() localVariable
|
D | instance.rs | 265 pub code_hash: Hash, field
|
/aosp_15_r20/trusty/user/app/sample/hwbcc/ |
D | main.c | 51 uint8_t code_hash[DICE_HASH_SIZE]; in main() local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | unicodename_db.h | 14756 static unsigned int code_hash[] = { variable
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | unicodename_db.h | 25184 static const unsigned int code_hash[] = { variable
|
/aosp_15_r20/external/open-dice/include/dice/ |
H A D | dice.h | 68 uint8_t code_hash[DICE_HASH_SIZE]; member
|
/aosp_15_r20/packages/modules/Virtualization/guest/derive_microdroid_vendor_dice_node/src/ |
D | main.rs | 76 let code_hash = if let Some(root_digest) = find_root_digest(vbmeta)? { in dice_derivation() localVariable
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/dice/ |
D | dice.h | 85 uint8_t code_hash[DICE_HASH_SIZE]; member
|
/aosp_15_r20/tools/security/remote_provisioning/hwtrust/src/cbor/dice/ |
H A D | entry.rs | 117 code_hash: Option<Vec<u8>>, field 182 let mut code_hash = FieldValue::new("code hash"); in from_entries() localVariable 242 let code_hash = code_hash.into_optional_bytes()?; in validate_hash_sizes() localVariable
|
/aosp_15_r20/packages/modules/Virtualization/libs/dice/driver/src/ |
D | lib.rs | 241 let code_hash = hash(&String::from("test code hash").into_bytes())?; in test_dice_driver_from_file_deletes_file_after_derive() localVariable
|
/aosp_15_r20/external/open-dice/src/ |
H A D | boringssl_cert_op.c | 38 ASN1_OCTET_STRING* code_hash; member
|
/aosp_15_r20/packages/modules/Virtualization/guest/rialto/tests/ |
D | test.rs | 216 let code_hash = vm_component.get(2).unwrap().decode_as::<asn1::OctetString>().unwrap(); in check_vm_component() localVariable
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/libs/dice/open_dice/libopen_dice_cbor_bindgen/android_arm64_armv8-2a_cortex-a55_source/ |
D | bindings.rs | 41 pub code_hash: [u8; 64usize], field
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/libs/dice/open_dice/libopen_dice_cbor_bindgen_nostd/android_arm64_armv8-2a_cortex-a55_source/ |
D | bindings.rs | 43 pub code_hash: [u8; 64usize], field
|
/aosp_15_r20/trusty/user/base/lib/hwbcc/common/ |
D | swbcc.c | 44 uint8_t code_hash[DICE_HASH_SIZE]; member
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | codeobject.c | 628 code_hash(PyCodeObject *co) in code_hash() function
|
/aosp_15_r20/external/gsc-utils/boot_param/ |
H A D | cbor_boot_param.h | 149 struct cbor_bstr32_s code_hash; member
|
/aosp_15_r20/system/authgraph/core/src/ |
H A D | key.rs | 352 pub code_hash: Option<Vec<u8>>, field
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | codeobject.c | 1760 code_hash(PyCodeObject *co) in code_hash() function
|