/trusted-firmware-a-latest/plat/st/common/ |
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 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/ |
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 …]
|
D | inflate.h | 92 unsigned long check; /* protected copy of check value */ member
|
/trusted-firmware-a-latest/plat/nxp/common/fip_handler/fuse_fip/ |
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()
|
D | fuse_io.h | 26 int (*check)(const uintptr_t spec));
|
/trusted-firmware-a-latest/docs/resources/diagrams/plantuml/ |
D | io_dev_init_and_check.puml | 8 group init and check device (image_id) 16 opt policy->check() 41 opt policy->check()
|
D | io_arm_class_diagram.puml | 8 {abstract} check() : fctptr
|
/trusted-firmware-a-latest/plat/nxp/common/fip_handler/ddr_fip/ |
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()
|
D | ddr_io_storage.h | 24 int (*check)(const uintptr_t spec));
|
/trusted-firmware-a-latest/include/plat/arm/common/ |
D | arm_fconf_getter.h | 23 int (*check)(const uintptr_t spec); member
|
/trusted-firmware-a-latest/plat/st/common/include/ |
D | stm32mp_fconf_getter.h | 25 int (*check)(const uintptr_t spec); member
|
/trusted-firmware-a-latest/docs/plat/ |
D | stm32mp1.rst | 6 Please check :ref:`STM32 MPUs` page for generic information about
|
/trusted-firmware-a-latest/docs/security_advisories/ |
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
|
/trusted-firmware-a-latest/plat/arm/common/fconf/ |
D | arm_fconf_sp.c | 131 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/ |
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()
|
/trusted-firmware-a-latest/plat/intel/soc/common/ |
D | socfpga_storage.c | 80 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/ |
D | plat_storage.c | 90 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/ |
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()
|
/trusted-firmware-a-latest/plat/renesas/common/ |
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()
|
/trusted-firmware-a-latest/plat/hisilicon/hikey/ |
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()
|
/trusted-firmware-a-latest/plat/imx/common/ |
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()
|
/trusted-firmware-a-latest/plat/qemu/common/ |
D | qemu_io_storage.c | 211 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/ |
D | hikey960_io_storage.c | 32 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/ |
D | brcm_io_storage.c | 141 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/ |
D | docs-build.rst | 9 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
|