Home
last modified time | relevance | path

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

/optee_os-3.20.0/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-3.20.0/core/arch/arm/kernel/
A Dboot.c79 void *blob; member
669 return external_dt.blob; in get_external_dt()
679 if (!external_dt.blob) in release_external_dt()
682 ret = fdt_pack(external_dt.blob); in release_external_dt()
685 virt_to_phys(external_dt.blob), ret); in release_external_dt()
694 external_dt.blob = NULL; in release_external_dt()
726 if (!fdt_check_header(dt->blob)) { in init_dt_overlay()
753 offs = fdt_path_offset(dt->blob, path); in add_dt_path_subnode()
956 len_size = fdt_size_cells(dt->blob, offs); in add_res_mem_dt_node()
1156 dt->blob = fdt; in init_external_dt()
[all …]
/optee_os-3.20.0/core/drivers/crypto/caam/
A Dsub.mk14 subdirs-$(CFG_NXP_CAAM_BLOB_DRV) += blob
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DCONTRIBUTING.md81 1. A [ChangeLog](https://github.com/Mbed-TLS/mbedtls/blob/development/ChangeLog.d/00README.md) entr…
A DChangeLog4009 * Handle existence of OpenSSL Trust Extensions at end of X.509 DER blob
4062 * Handle existence of OpenSSL Trust Extensions at end of X.509 DER blob
/optee_os-3.20.0/
A DCHANGELOG.md1320 [rpmb_doc]: https://github.com/OP-TEE/optee_os/blob/master/documentation/secure_storage_rpmb.md
1456 [DCO]: https://github.com/OP-TEE/optee_os/blob/master/Notice.md#contributions
1458 [synchro]: https://github.com/OP-TEE/optee_os/blob/master/documentation/optee_design.md#4-thread-ha…
1459 [elf]: https://github.com/OP-TEE/optee_os/blob/master/documentation/optee_design.md#format

Completed in 16 milliseconds