Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 53) sorted by relevance

123

/trusted-firmware-a-latest/plat/st/common/
Dstm32mp_fconf_io.c43 .check = open_storage
50 .check = open_fip
58 .check = open_storage
66 .check = open_storage
72 .check = open_storage
168 policies[load_info[i].image_id].check = open_enc_fip; in fconf_populate_stm32mp_io_policies()
173 policies[load_info[i].image_id].check = open_fip; in fconf_populate_stm32mp_io_policies()
/trusted-firmware-a-latest/lib/zlib/
Dinflate.c418 # 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 …]
Dinflate.h92 unsigned long check; /* protected copy of check value */ member
/trusted-firmware-a-latest/plat/nxp/common/fip_handler/fuse_fip/
Dfuse_io_storage.c56 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()
Dfuse_io.h26 int (*check)(const uintptr_t spec));
/trusted-firmware-a-latest/docs/resources/diagrams/plantuml/
Dio_dev_init_and_check.puml8 group init and check device (image_id)
16 opt policy->check()
41 opt policy->check()
Dio_arm_class_diagram.puml8 {abstract} check() : fctptr
/trusted-firmware-a-latest/plat/nxp/common/fip_handler/ddr_fip/
Dddr_io_storage.c86 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()
Dddr_io_storage.h24 int (*check)(const uintptr_t spec));
/trusted-firmware-a-latest/include/plat/arm/common/
Darm_fconf_getter.h23 int (*check)(const uintptr_t spec); member
/trusted-firmware-a-latest/plat/st/common/include/
Dstm32mp_fconf_getter.h25 int (*check)(const uintptr_t spec); member
/trusted-firmware-a-latest/docs/plat/
Dstm32mp1.rst6 Please check :ref:`STM32 MPUs` page for generic information about
/trusted-firmware-a-latest/docs/security_advisories/
Dsecurity-advisory-tfv-10.rst64 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
/trusted-firmware-a-latest/plat/arm/common/fconf/
Darm_fconf_sp.c131 policies[plat_index].check = open_fip; in fconf_populate_arm_sp()
140 policies[sip_index].check = open_fip; in fconf_populate_arm_sp()
/trusted-firmware-a-latest/plat/marvell/armada/common/
Dmarvell_io_storage.c65 int (*check)(const uintptr_t spec); member
203 result = policy->check(policy->image_spec); in plat_get_image_source()
/trusted-firmware-a-latest/plat/intel/soc/common/
Dsocfpga_storage.c80 int (*check)(const uintptr_t spec); member
209 result = policy->check(policy->image_spec); in plat_get_image_source()
/trusted-firmware-a-latest/plat/hisilicon/poplar/
Dplat_storage.c90 int (*check)(const uintptr_t spec); member
213 result = policy->check(policy->image_spec); in plat_get_image_source()
/trusted-firmware-a-latest/plat/rpi/common/
Drpi3_io_storage.c111 int (*check)(const uintptr_t spec); member
264 result = policy->check(policy->image_spec); in plat_get_image_source()
/trusted-firmware-a-latest/plat/renesas/common/
Dplat_storage.c169 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()
/trusted-firmware-a-latest/plat/hisilicon/hikey/
Dhikey_io_storage.c36 int (*check)(const uintptr_t spec); member
308 result = policy->check(policy->image_spec); in plat_get_image_source()
/trusted-firmware-a-latest/plat/imx/common/
Dimx_io_storage.c120 int (*check)(const uintptr_t spec); member
265 result = policy->check(policy->image_spec); in plat_get_image_source()
/trusted-firmware-a-latest/plat/qemu/common/
Dqemu_io_storage.c211 int (*check)(const uintptr_t spec); member
372 pkg->policy.check = open_fip; in qemu_io_register_sp_pkg()
544 result = policy->check(policy->image_spec); in plat_get_image_source()
/trusted-firmware-a-latest/plat/hisilicon/hikey960/
Dhikey960_io_storage.c32 int (*check)(const uintptr_t spec); member
366 result = policy->check(policy->image_spec); in plat_get_image_source()
/trusted-firmware-a-latest/plat/brcm/common/
Dbrcm_io_storage.c141 int (*check)(const uintptr_t spec); member
389 result = policy->check(policy->image_spec); in plat_get_image_source()
/trusted-firmware-a-latest/docs/getting_started/
Ddocs-build.rst9 check that you have the required software packages, as described in the
122 to check if `docker`_ is installed in your host, otherwise check main docker

123