Home
last modified time | relevance | path

Searched defs:code_hash (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/packages/modules/Virtualization/libs/libservice_vm_requests/src/
Ddice.rs291 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
Dcert.rs90 code_hash: &'a [u8], field
Dclient_vm.rs241 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/
Dclient_vm.rs71 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/
Ddice.rs49 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 Dentry.rs28 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/
Ddice.rs79 pub code_hash: Hash, field
88 let code_hash = to_dice_hash(data)?; in new() localVariable
Dinstance.rs265 pub code_hash: Hash, field
/aosp_15_r20/trusty/user/app/sample/hwbcc/
Dmain.c51 uint8_t code_hash[DICE_HASH_SIZE]; in main() local
/aosp_15_r20/external/python/cpython2/Modules/
Dunicodename_db.h14756 static unsigned int code_hash[] = { variable
/aosp_15_r20/external/python/cpython3/Modules/
Dunicodename_db.h25184 static const unsigned int code_hash[] = { variable
/aosp_15_r20/external/open-dice/include/dice/
H A Ddice.h68 uint8_t code_hash[DICE_HASH_SIZE]; member
/aosp_15_r20/packages/modules/Virtualization/guest/derive_microdroid_vendor_dice_node/src/
Dmain.rs76 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/
Ddice.h85 uint8_t code_hash[DICE_HASH_SIZE]; member
/aosp_15_r20/tools/security/remote_provisioning/hwtrust/src/cbor/dice/
H A Dentry.rs117 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/
Dlib.rs241 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 Dboringssl_cert_op.c38 ASN1_OCTET_STRING* code_hash; member
/aosp_15_r20/packages/modules/Virtualization/guest/rialto/tests/
Dtest.rs216 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/
Dbindings.rs41 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/
Dbindings.rs43 pub code_hash: [u8; 64usize], field
/aosp_15_r20/trusty/user/base/lib/hwbcc/common/
Dswbcc.c44 uint8_t code_hash[DICE_HASH_SIZE]; member
/aosp_15_r20/external/python/cpython2/Objects/
Dcodeobject.c628 code_hash(PyCodeObject *co) in code_hash() function
/aosp_15_r20/external/gsc-utils/boot_param/
H A Dcbor_boot_param.h149 struct cbor_bstr32_s code_hash; member
/aosp_15_r20/system/authgraph/core/src/
H A Dkey.rs352 pub code_hash: Option<Vec<u8>>, field
/aosp_15_r20/external/python/cpython3/Objects/
Dcodeobject.c1760 code_hash(PyCodeObject *co) in code_hash() function

12