| /rk3399_ARM-atf/services/arm_arch_svc/ |
| H A D | arm_arch_svc_setup.c | 185 u_register_t bitmask, check; in smccc_arch_feature_availability() local 208 check = bitmask & ~SCR_EL3_FEATS; in smccc_arch_feature_availability() 214 check &= ~SCR_TRNDR_BIT; in smccc_arch_feature_availability() 219 check = bitmask & ~CPTR_EL3_FEATS; in smccc_arch_feature_availability() 226 check = bitmask & ~MDCR_EL3_FEATS; in smccc_arch_feature_availability() 234 check = bitmask & ~MPAM3_EL3_FEATS; in smccc_arch_feature_availability() 249 if (ENABLE_ASSERTIONS && check != 0) { in smccc_arch_feature_availability() 250 ERROR("Unexpected bits 0x%lx were set in register %lx!\n", check, reg); in smccc_arch_feature_availability()
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | stm32mp_fconf_io.c | 43 .check = open_storage 50 .check = open_fip 58 .check = open_storage 66 .check = open_storage 72 .check = open_storage 189 policies[load_info[i].image_id].check = open_enc_fip; in fconf_populate_stm32mp_io_policies() 194 policies[load_info[i].image_id].check = open_fip; in fconf_populate_stm32mp_io_policies()
|
| /rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/ |
| H A D | plat_io_storage.c | 25 int (*check)(const uintptr_t spec); member 150 .check = open_mmc, in plat_get_image_source() 155 .check = open_fip, in plat_get_image_source() 160 .check = open_fip, in plat_get_image_source() 165 .check = open_mmc, in plat_get_image_source() 174 result = policy->check(policy->image_spec); in plat_get_image_source()
|
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | inflate.c | 418 # define UPDATE_CHECK(check, buf, len) \ argument 419 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len)) 421 # define UPDATE_CHECK(check, buf, len) adler32(check, buf, len) argument 426 # define CRC2(check, word) \ argument 430 check = crc32(check, hbuf, 2); \ 433 # define CRC4(check, word) \ argument 439 check = crc32(check, hbuf, 4); \ 632 state->check = crc32(0L, Z_NULL, 0); in inflate() 633 CRC2(state->check, hold); in inflate() 666 strm->adler = state->check = adler32(0L, Z_NULL, 0); in inflate() [all …]
|
| H A D | inflate.h | 92 unsigned long check; /* protected copy of check value */ member
|
| /rk3399_ARM-atf/plat/nxp/common/fip_handler/fuse_fip/ |
| H A D | fuse_io_storage.c | 56 int (*check)(const uintptr_t spec); member 103 int (*check)(const uintptr_t spec)) in plat_get_fuse_image_source() 113 result = check(policy->image_spec); in plat_get_fuse_image_source() 115 result = policy->check(policy->image_spec); in plat_get_fuse_image_source()
|
| H A D | fuse_io.h | 26 int (*check)(const uintptr_t spec));
|
| /rk3399_ARM-atf/plat/nxp/common/fip_handler/ddr_fip/ |
| H A D | ddr_io_storage.c | 86 int (*check)(const uintptr_t spec); member 177 int (*check)(const uintptr_t spec)) in plat_get_ddr_fip_image_source() 188 result = check(policy->image_spec); in plat_get_ddr_fip_image_source() 190 result = policy->check(policy->image_spec); in plat_get_ddr_fip_image_source()
|
| H A D | ddr_io_storage.h | 24 int (*check)(const uintptr_t spec));
|
| /rk3399_ARM-atf/docs/resources/diagrams/plantuml/ |
| H A D | io_dev_init_and_check.puml | 8 group init and check device (image_id) 16 opt policy->check() 41 opt policy->check()
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | qti-msm8916.rst | 6 Please check :ref:`Qualcomm MSM8916` for updated documentation related to
|
| H A D | qti.rst | 6 Please check :ref:`Qualcomm Platforms` for updated documentation related to
|
| H A D | stm32mp1.rst | 6 Please check :ref:`STM32 MPUs` page for generic information about
|
| /rk3399_ARM-atf/include/plat/arm/common/ |
| H A D | arm_fconf_getter.h | 23 int (*check)(const uintptr_t spec); member
|
| /rk3399_ARM-atf/plat/st/common/include/ |
| H A D | stm32mp_fconf_getter.h | 25 int (*check)(const uintptr_t spec); member
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-10.rst | 64 not check the return value of the various ``mbedtls_*()`` functions, as 68 Furthermore, ``cert_parse()`` does not check that the contents of the extension 69 have the same length as the extension itself. It also does not check that the 81 Bug 2: Missing bounds check in ``auth_nvctr()`` 83 ``auth_nvctr()`` does not check that the buffer provided is 112 1. Retrieving a hash from an X.509 certificate to check the integrity of a 115 2. Retrieving the signature details from an X.509 certificate to check its
|
| /rk3399_ARM-atf/plat/arm/common/fconf/ |
| H A D | arm_fconf_sp.c | 133 policies[plat_index].check = open_fip; in fconf_populate_arm_sp() 142 policies[sip_index].check = open_fip; in fconf_populate_arm_sp()
|
| /rk3399_ARM-atf/plat/marvell/armada/common/ |
| H A D | marvell_io_storage.c | 65 int (*check)(const uintptr_t spec); member 203 result = policy->check(policy->image_spec); in plat_get_image_source()
|
| /rk3399_ARM-atf/plat/intel/soc/common/ |
| H A D | socfpga_storage.c | 79 int (*check)(const uintptr_t spec); member 214 result = policy->check(policy->image_spec); in plat_get_image_source()
|
| /rk3399_ARM-atf/plat/rpi/common/ |
| H A D | rpi3_io_storage.c | 111 int (*check)(const uintptr_t spec); member 264 result = policy->check(policy->image_spec); in plat_get_image_source()
|
| /rk3399_ARM-atf/plat/hisilicon/poplar/ |
| H A D | plat_storage.c | 90 int (*check)(const uintptr_t spec); member 213 result = policy->check(policy->image_spec); in plat_get_image_source()
|
| /rk3399_ARM-atf/plat/renesas/common/ |
| H A D | plat_storage.c | 169 int32_t (*check)(const uintptr_t spec); member 391 result = policy->check(policy->image_spec); in plat_get_image_source() 409 result = policy->check(policy->image_spec); in plat_get_drv_source()
|
| /rk3399_ARM-atf/plat/arm/common/ |
| H A D | arm_io_storage.c | 149 assert(policy->check != NULL); in plat_get_image_source() 150 result = policy->check(policy->image_spec); in plat_get_image_source()
|
| /rk3399_ARM-atf/plat/hisilicon/hikey/ |
| H A D | hikey_io_storage.c | 36 int (*check)(const uintptr_t spec); member 308 result = policy->check(policy->image_spec); in plat_get_image_source()
|
| /rk3399_ARM-atf/plat/imx/common/ |
| H A D | imx_io_storage.c | 120 int (*check)(const uintptr_t spec); member 265 result = policy->check(policy->image_spec); in plat_get_image_source()
|