| /optee_os/core/lib/libtomcrypt/src/math/fp/ |
| H A D | ltc_ecc_fp_mulmod.c | 175 …{ 1, 0, 0 }, { 2, 1, 1024 }, { 2, 2, 1024 }, { 3, 3, 1024 }, { 2, 4, 1024 }, { 3, 5, 1024 }, { 3, … 176 …{ 2, 8, 1024 }, { 3, 9, 1024 }, { 3, 10, 1024 }, { 4, 11, 1024 }, { 3, 12, 1024 }, { 4, 13, 1024 }… 177 …{ 2, 16, 1024 }, { 3, 17, 1024 }, { 3, 18, 1024 }, { 4, 19, 1024 }, { 3, 20, 1024 }, { 4, 21, 1024… 178 …{ 3, 24, 1024 }, { 4, 25, 1024 }, { 4, 26, 1024 }, { 5, 27, 1024 }, { 4, 28, 1024 }, { 5, 29, 1024… 179 …{ 2, 32, 1024 }, { 3, 33, 1024 }, { 3, 34, 1024 }, { 4, 35, 1024 }, { 3, 36, 1024 }, { 4, 37, 1024… 180 …{ 3, 40, 1024 }, { 4, 41, 1024 }, { 4, 42, 1024 }, { 5, 43, 1024 }, { 4, 44, 1024 }, { 5, 45, 1024… 181 …{ 3, 48, 1024 }, { 4, 49, 1024 }, { 4, 50, 1024 }, { 5, 51, 1024 }, { 4, 52, 1024 }, { 5, 53, 1024… 182 …{ 4, 56, 1024 }, { 5, 57, 1024 }, { 5, 58, 1024 }, { 6, 59, 1024 }, { 5, 60, 1024 }, { 6, 61, 1024… 183 …{ 2, 64, 1024 }, { 3, 65, 1024 }, { 3, 66, 1024 }, { 4, 67, 1024 }, { 3, 68, 1024 }, { 4, 69, 1024… 184 …{ 3, 72, 1024 }, { 4, 73, 1024 }, { 4, 74, 1024 }, { 5, 75, 1024 }, { 4, 76, 1024 }, { 5, 77, 1024… [all …]
|
| /optee_os/core/pta/tests/ |
| H A D | misc.c | 326 p1 = malloc(1024); in self_test_malloc() 327 LOG("- p1 = malloc(1024)"); in self_test_malloc() 328 p2 = malloc(1024); in self_test_malloc() 329 LOG("- p2 = malloc(1024)"); in self_test_malloc() 332 r = (p1 && p2 && malloc_buffer_is_within_alloced(p1, 1024) && in self_test_malloc() 342 p3 = realloc(p1, 3 * 1024); in self_test_malloc() 345 LOG("- p3 = realloc(p1, 3*1024)"); in self_test_malloc() 348 p2 = malloc(1024); in self_test_malloc() 349 LOG("- p2 = malloc(1024)"); in self_test_malloc() 366 p3 = calloc(4, 1024); in self_test_malloc() [all …]
|
| /optee_os/core/arch/arm/plat-poplar/ |
| H A D | platform_config.h | 120 #define TZDRAM_SIZE (14 * 1024 * 1024) 130 #define TZDRAM_SIZE (16 * 1024 * 1024) 143 #define TEE_SHMEM_SIZE (4 * 1024 * 1024) 145 #define TEE_RAM_VA_SIZE (2 * 1024 * 1024)
|
| /optee_os/core/arch/arm/plat-ti/ |
| H A D | platform_config.h | 20 #define TZSRAM_SIZE (256 * 1024) 110 #define TEE_RAM_VA_SIZE (1 * 1024 * 1024) 127 #define TEE_RAM_VA_SIZE (1 * 1024 * 1024) 142 #define TEE_SHMEM_SIZE (4 * 1024 * 1024)
|
| H A D | conf.mk | 37 CFG_HWRNG_QUALITY ?= 1024
|
| /optee_os/ta/trusted_keys/ |
| H A D | user_ta_header_defines.h | 17 #define TA_STACK_SIZE (4 * 1024) 18 #define TA_DATA_SIZE (16 * 1024)
|
| /optee_os/ta/avb/ |
| H A D | user_ta_header_defines.h | 14 #define TA_STACK_SIZE (16 * 1024) 15 #define TA_DATA_SIZE (16 * 1024)
|
| /optee_os/core/arch/arm/plat-rockchip/ |
| H A D | platform_config.h | 16 #define SIZE_K(n) ((n) * 1024) 17 #define SIZE_M(n) ((n) * 1024 * 1024)
|
| /optee_os/core/lib/libtomcrypt/src/pk/dh/ |
| H A D | dh.c | 22 { /* 1024-bit MODP Group 2 - https://tools.ietf.org/html/rfc7296#appendix-B.2 */ 24 "DH-1024", 160 1024,
|
| /optee_os/core/arch/riscv/ |
| H A D | riscv.mk | 16 CFG_RESERVED_VASPACE_SIZE ?= (1024 * 1024 * 10) 17 CFG_NEX_DYN_VASPACE_SIZE ?= (1024 * 1024) 18 CFG_TEE_DYN_VASPACE_SIZE ?= (1024 * 1024)
|
| /optee_os/core/arch/arm/plat-zynq7k/ |
| H A D | platform_config.h | 69 #define TEE_RAM_VA_SIZE (1024 * 1024) 235 #define TEE_RAM_PH_SIZE (1 * 1024 * 1024)
|
| /optee_os/core/lib/libtomcrypt/src/prngs/ |
| H A D | rng_make_prng.c | 18 @param bits Number of bits of entropy desired (-1 or 64 ... 1024) 40 } else if (bits < 64 || bits > 1024) { in rng_make_prng()
|
| /optee_os/core/arch/arm/plat-sprd/ |
| H A D | platform_config.h | 67 #define TEE_RAM_VA_SIZE (1024 * 1024)
|
| /optee_os/scripts/ |
| H A D | mem_usage.py | 54 size_kib = (size - 1) / 1024 + 1 56 size_kib = size / 1024 67 size_kib = size / 1024
|
| /optee_os/core/include/mm/ |
| H A D | pgt_cache.h | 15 #define PGT_SIZE (4 * 1024) 18 #define PGT_SIZE (1 * 1024)
|
| /optee_os/ta/remoteproc/ |
| H A D | user_ta.mk | 4 CFG_REMOTEPROC_TA_HEAP_SIZE ?= (4 * 1024)
|
| /optee_os/ta/pkcs11/src/ |
| H A D | user_ta_header_defines.h | 17 #define TA_STACK_SIZE (4 * 1024)
|
| /optee_os/ta/remoteproc/src/ |
| H A D | user_ta_header_defines.h | 18 #define TA_STACK_SIZE (4 * 1024)
|
| /optee_os/core/arch/arm/ |
| H A D | arm.mk | 29 CFG_RESERVED_VASPACE_SIZE ?= (1024 * 1024 * 10) 30 CFG_NEX_DYN_VASPACE_SIZE ?= (1024 * 1024) 31 CFG_TEE_DYN_VASPACE_SIZE ?= (1024 * 1024)
|
| /optee_os/core/drivers/crypto/hisilicon/ |
| H A D | sec_pbkdf2.h | 7 #define SEC_MAX_SALT_LEN 1024
|
| H A D | hpre_rsa.h | 20 #define PRIME_QUALITY_FLAG 1024
|
| /optee_os/ta/pkcs11/ |
| H A D | sub.mk | 8 CFG_PKCS11_TA_HEAP_SIZE ?= (32 * 1024)
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | kern.ld.S | 208 . = ALIGN(16 * 1024); 212 ASSERT(!(ABSOLUTE(.) & (16 * 1024 - 1)), "align nozi to 16kB"); 256 . = ALIGN(4 * 1024); 258 . = ALIGN(16 * 1024);
|
| /optee_os/core/arch/riscv/plat-virt/ |
| H A D | conf.mk | 16 $(call force,CFG_HWRNG_QUALITY,1024)
|
| /optee_os/lib/libutee/include/ |
| H A D | pta_rng.h | 34 * [out] value[0].b - Quality/Entropy per 1024 bit of data
|