Searched refs:image_src (Results 1 – 8 of 8) sorted by relevance
/trusted-firmware-a/bl1/ |
A D | bl1_fwu.c | 30 uintptr_t image_src, 35 uintptr_t image_src, 225 uintptr_t image_src, in bl1_fwu_image_copy() argument 262 if ((image_src == 0U) || (block_size == 0U) || in bl1_fwu_image_copy() 263 check_uptr_overflow(image_src, block_size - 1)) { in bl1_fwu_image_copy() 332 if (bl1_plat_mem_check(image_src, block_size, flags) != 0) { in bl1_fwu_image_copy() 368 uintptr_t image_src, in bl1_fwu_image_auth() argument 412 if ((image_src == 0U) || (image_size == 0U) || in bl1_fwu_image_auth() 413 check_uptr_overflow(image_src, image_size - 1)) { in bl1_fwu_image_auth() 423 if (bl1_plat_mem_check(image_src, image_size, \ in bl1_fwu_image_auth() [all …]
|
/trusted-firmware-a/docs/security_advisories/ |
A D | security-advisory-tfv-4.rst | 78 uintptr_t image_src, 83 ``image_src`` is an SMC argument and therefore potentially controllable by an 85 sum of ``image_src`` and ``block_size`` overflowing a 32-bit type, which 100 uintptr_t image_src, 104 Similarly, if an attacker has control over the ``image_src`` or ``image_size``
|
A D | security-advisory-tfv-1.rst | 79 if (bl1_plat_mem_check(image_src, block_size, flags)) { 89 memcpy((void *)base_addr, (const void *)image_src, block_size); 105 if (bl1_plat_mem_check(image_src, block_size, flags)) { 123 memcpy((void *)base_addr, (const void *)image_src, block_size);
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/security_advisories/ |
A D | security-advisory-tfv-4.rst.txt | 78 uintptr_t image_src, 83 ``image_src`` is an SMC argument and therefore potentially controllable by an 85 sum of ``image_src`` and ``block_size`` overflowing a 32-bit type, which 100 uintptr_t image_src, 104 Similarly, if an attacker has control over the ``image_src`` or ``image_size``
|
A D | security-advisory-tfv-1.rst.txt | 79 if (bl1_plat_mem_check(image_src, block_size, flags)) { 89 memcpy((void *)base_addr, (const void *)image_src, block_size); 105 if (bl1_plat_mem_check(image_src, block_size, flags)) { 123 memcpy((void *)base_addr, (const void *)image_src, block_size);
|
/trusted-firmware-a/docs/build/TF-A_2.5/ |
A D | searchindex.js | 1 …:[17,53,133,136],image_sign:119,image_sign_mbl_binari:119,image_spec:53,image_src:[53,133,136],imf…
|
/trusted-firmware-a/docs/getting_started/ |
A D | porting-guide.rst | 1428 Argument : unsigned int image_id, uintptr_t image_src,
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/ |
A D | porting-guide.rst.txt | 1428 Argument : unsigned int image_id, uintptr_t image_src,
|
Completed in 29 milliseconds