| /optee_os/lib/libutils/isoc/include/ |
| H A D | limits.h | 47 #define UINT_MAX (INT_MAX * 2U + 1U) macro
|
| /optee_os/core/drivers/pm/imx/ |
| H A D | psci.c | 107 while (imx_get_src_gpr_arg(cpu) != UINT_MAX) in psci_affinity_info()
|
| /optee_os/core/include/kernel/ |
| H A D | spinlock.h | 86 if (reminder < UINT_MAX) in cpu_spin_lock_dldetect()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | pk_wrap.c | 80 #if SIZE_MAX > UINT_MAX in rsa_verify_wrap() 81 if (md_alg == MBEDTLS_MD_NONE && UINT_MAX < hash_len) { in rsa_verify_wrap() 138 #if SIZE_MAX > UINT_MAX in rsa_verify_wrap() 139 if (md_alg == MBEDTLS_MD_NONE && UINT_MAX < hash_len) { in rsa_verify_wrap() 261 #if SIZE_MAX > UINT_MAX in rsa_sign_wrap() 262 if (md_alg == MBEDTLS_MD_NONE && UINT_MAX < hash_len) { in rsa_sign_wrap() 1298 #if SIZE_MAX > UINT_MAX in rsa_alt_sign_wrap() 1299 if (UINT_MAX < hash_len) { in rsa_alt_sign_wrap()
|
| H A D | oid.c | 942 if (value > (UINT_MAX >> 7)) { in FN_OID_TYPED_FROM_ASN1() 998 if (*num > (UINT_MAX / 10)) { in oid_parse_number() 1114 if (component2 > (UINT_MAX - (component1 * 40))) { in mbedtls_oid_from_numeric_string()
|
| H A D | psa_crypto_rsa.c | 297 #if SIZE_MAX > UINT_MAX in psa_rsa_decode_md_type() 298 if (hash_length > UINT_MAX) { in psa_rsa_decode_md_type()
|
| H A D | pkcs5.c | 286 #if UINT_MAX > 0xFFFFFFFF in pkcs5_pbkdf2_hmac()
|
| H A D | pk.c | 1135 #if SIZE_MAX > UINT_MAX in mbedtls_pk_verify_ext() 1136 if (md_alg == MBEDTLS_MD_NONE && UINT_MAX < hash_len) { in mbedtls_pk_verify_ext()
|
| H A D | bignum_core.c | 27 #if (MBEDTLS_MPI_UINT_MAX == UINT_MAX) && __has_builtin(__builtin_clz) in mbedtls_mpi_core_clz()
|
| H A D | bignum.c | 492 #if (MBEDTLS_MPI_UINT_MAX == UINT_MAX) && __has_builtin(__builtin_ctz) in mbedtls_mpi_lsb()
|
| /optee_os/lib/libutils/compiler-rt/lib/builtins/ |
| H A D | int_types.h | 27 #if UINT_MAX == 0xFFFFFFFF
|
| /optee_os/core/lib/zlib/ |
| H A D | zutil.h | 52 # elif (UINT_MAX == 0xffffffffffffffff)
|
| H A D | zconf.h | 424 # if (UINT_MAX == 0xffffffffUL)
|
| /optee_os/core/mm/ |
| H A D | core_mmu.c | 2076 if (!core_mmu_find_table(NULL, vaddr, UINT_MAX, in core_mmu_map_pages() 2149 if (!core_mmu_find_table(NULL, vaddr, UINT_MAX, in core_mmu_map_contiguous_pages() 2260 if (!core_mmu_find_table(NULL, vstart, UINT_MAX, &tbl_info)) in core_mmu_unmap_pages() 2324 if (!core_mmu_find_table(NULL, res_map->va, UINT_MAX, &tbl_info)) in core_mmu_remove_mapping() 2407 if (!core_mmu_find_table(NULL, map->va, UINT_MAX, &tbl_info)) in core_mmu_add_mapping()
|
| /optee_os/core/drivers/crypto/caam/ |
| H A D | caam_jr.c | 429 if (timeout_ms == UINT_MAX) in caam_jr_dequeue()
|
| /optee_os/core/arch/arm/plat-stm32mp1/ |
| H A D | plat_tzc400.c | 152 .top = UINT_MAX, in stm32mp_tzc_region0()
|
| /optee_os/core/arch/arm/plat-stm32mp1/drivers/ |
| H A D | stm32mp1_pmic.c | 44 static_assert(PMIC_REGU_FLAG_COUNT <= UINT_MAX);
|
| /optee_os/core/arch/arm/mm/ |
| H A D | tee_pager.c | 38 #define INVALID_PGIDX UINT_MAX 184 if (reminder < UINT_MAX) in pager_lock_dldetect() 547 n * CORE_MMU_PGDIR_SIZE, UINT_MAX, in tee_pager_early_init()
|
| /optee_os/core/arch/riscv/mm/ |
| H A D | core_mmu_arch.c | 763 if (max_level == UINT_MAX) in core_mmu_find_table()
|
| /optee_os/core/kernel/ |
| H A D | tee_ta_manager.c | 469 (vaddr_t)csess, csess ? csess->id : UINT_MAX); in tee_ta_close_session()
|
| /optee_os/core/tee/ |
| H A D | fs_htree.c | 212 assert(node_id && node_id < UINT_MAX); in node_id_to_level()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | README.md | 272 - SIZE_MAX must be at least as big as INT_MAX and UINT_MAX.
|
| H A D | ChangeLog | 1122 * Reject OIDs with subidentifier values exceeding UINT_MAX. Such
|