Home
last modified time | relevance | path

Searched refs:blob (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/arch/arm/kernel/
A Dboot.c78 void *blob; member
611 return external_dt.blob; in get_external_dt()
618 if (!external_dt.blob) in release_external_dt()
621 ret = fdt_pack(external_dt.blob); in release_external_dt()
624 virt_to_phys(external_dt.blob), ret); in release_external_dt()
633 external_dt.blob = NULL; in release_external_dt()
665 if (!fdt_check_header(dt->blob)) { in init_dt_overlay()
692 offs = fdt_path_offset(dt->blob, path); in add_dt_path_subnode()
895 len_size = fdt_size_cells(dt->blob, offs); in add_res_mem_dt_node()
1092 dt->blob = fdt; in init_external_dt()
[all …]
/optee_os/core/drivers/crypto/caam/hal/common/
A Dhal_ctrl.c102 uint32_t blob = 0; in caam_hal_ctrl_inc_priblob() local
112 blob = val + 1; in caam_hal_ctrl_inc_priblob()
114 blob = val + 2; in caam_hal_ctrl_inc_priblob()
118 CTRL_TRACE("New CAAM PRIBLOB value: 0x%"PRIx32, blob); in caam_hal_ctrl_inc_priblob()
121 val |= blob; in caam_hal_ctrl_inc_priblob()
127 blob); in caam_hal_ctrl_inc_priblob()
128 if (val != blob) in caam_hal_ctrl_inc_priblob()
/optee_os/core/drivers/crypto/caam/
A Dsub.mk14 subdirs-$(CFG_NXP_CAAM_BLOB_DRV) += blob
/optee_os/
A D.azure-pipelines.yml238 # https://github.com/openssl/openssl/blob/OpenSSL_1_1_1l/config#L56
264 # https://github.com/openssl/openssl/blob/OpenSSL_1_1_1l/config#L56
A DCHANGELOG.md1199 [rpmb_doc]: https://github.com/OP-TEE/optee_os/blob/master/documentation/secure_storage_rpmb.md
1335 [DCO]: https://github.com/OP-TEE/optee_os/blob/master/Notice.md#contributions
1337 [synchro]: https://github.com/OP-TEE/optee_os/blob/master/documentation/optee_design.md#4-thread-ha…
1338 [elf]: https://github.com/OP-TEE/optee_os/blob/master/documentation/optee_design.md#format
/optee_os/lib/libmbedtls/mbedtls/
A DCONTRIBUTING.md86 1. A [ChangeLog](https://github.com/ARMmbed/mbedtls/blob/development/ChangeLog.d/00README.md) entry…
A DChangeLog3794 * Handle existence of OpenSSL Trust Extensions at end of X.509 DER blob
3847 * Handle existence of OpenSSL Trust Extensions at end of X.509 DER blob

Completed in 17 milliseconds