| /optee_os/lib/libutils/isoc/newlib/ |
| H A D | str-two-way.h | 87 # define LONG_NEEDLE_THRESHOLD SIZE_MAX 143 max_suffix = SIZE_MAX; in critical_factorization() 178 max_suffix_rev = SIZE_MAX; in critical_factorization() 297 while (i != SIZE_MAX && (CANON_ELEMENT (needle[i]) in two_way_short_needle() 300 if (i == SIZE_MAX) in two_way_short_needle() 429 while (i != SIZE_MAX && (CANON_ELEMENT (needle[i]) in two_way_long_needle() 432 if (i == SIZE_MAX) in two_way_long_needle()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | constant_time_internal.h | 65 #if (SIZE_MAX > 0xffffffffffffffffULL) 70 #define MBEDTLS_CT_TRUE ((mbedtls_ct_condition_t) mbedtls_ct_compiler_opaque(SIZE_MAX)) 71 #elif (SIZE_MAX > 0xffffffff) || defined(MBEDTLS_HAVE_INT64)
|
| H A D | x509write.c | 34 if (a > SIZE_MAX - (b)) \ 145 if (len > SIZE_MAX - single_san_len) { in mbedtls_x509_write_set_san_common()
|
| H A D | base64.c | 76 if (n > (SIZE_MAX - 1) / 4) { in mbedtls_base64_encode() 77 *olen = SIZE_MAX; in mbedtls_base64_encode()
|
| H A D | nist_kw.c | 156 #if SIZE_MAX > 0x1FFFFFFFFFFFFF8 in mbedtls_nist_kw_wrap() 179 #if SIZE_MAX > 0xFFFFFFFF in mbedtls_nist_kw_wrap() 344 #if SIZE_MAX > 0x200000000000000 in mbedtls_nist_kw_unwrap() 373 #if SIZE_MAX > 0x100000000 in mbedtls_nist_kw_unwrap()
|
| H A D | psa_its_file.c | 138 #if SIZE_MAX < 0xffffffff in psa_its_get() 139 if (data_offset + data_length > SIZE_MAX) { in psa_its_get()
|
| H A D | psa_crypto_random_impl.h | 34 #if SIZE_MAX > 0xffffffff
|
| H A D | psa_crypto_slot_management.h | 233 (slot->var.occupied.registered_readers >= SIZE_MAX)) { in psa_register_read()
|
| H A D | pk_wrap.c | 80 #if SIZE_MAX > UINT_MAX in rsa_verify_wrap() 138 #if SIZE_MAX > UINT_MAX in rsa_verify_wrap() 261 #if SIZE_MAX > UINT_MAX in rsa_sign_wrap() 1298 #if SIZE_MAX > UINT_MAX in rsa_alt_sign_wrap()
|
| H A D | pkcs5.c | 125 datalen, output, SIZE_MAX, &output_len); in mbedtls_pkcs5_pbes2()
|
| H A D | pkcs12.c | 145 pwd, pwdlen, data, len, output, SIZE_MAX, in mbedtls_pkcs12_pbe()
|
| H A D | asn1write.c | 26 #if SIZE_MAX > 0xFFFFFFFF in mbedtls_asn1_write_len()
|
| H A D | x509_create.c | 389 if (val_len > (SIZE_MAX - 1)) { in mbedtls_x509_set_extension()
|
| H A D | psa_crypto_rsa.c | 297 #if SIZE_MAX > UINT_MAX in psa_rsa_decode_md_type()
|
| H A D | psa_crypto_slot_management.c | 107 SIZE_MAX >> (KEY_SLOT_VOLATILE_SLICE_COUNT - 1))
|
| H A D | gcm.c | 476 #if SIZE_MAX > 0xFFFFFFFFFFFFFFFFULL in mbedtls_gcm_update_ad()
|
| /optee_os/core/lib/qcbor/src/ |
| H A D | UsefulBuf.c | 130 return SIZE_MAX; in UsefulBuf_IsValue() 140 return SIZE_MAX; in UsefulBuf_FindBytes() 153 return SIZE_MAX; in UsefulBuf_FindBytes()
|
| /optee_os/core/lib/qcbor/inc/qcbor/ |
| H A D | UsefulBuf.h | 863 #define SizeCalculateUsefulBuf {NULL, SIZE_MAX} 865 #define SizeCalculateUsefulBuf ((UsefulBuf) {NULL, SIZE_MAX}) 1864 return SIZE_MAX; in UsefulBuf_PointerToOffset() 1869 return SIZE_MAX; in UsefulBuf_PointerToOffset() 1877 return SIZE_MAX; in UsefulBuf_PointerToOffset()
|
| H A D | qcbor_private.h | 399 #define QCBOR_STRING_LENGTH_INDEFINITE SIZE_MAX
|
| /optee_os/lib/libutils/isoc/include/ |
| H A D | stdint.h | 164 #define SIZE_MAX ULONG_MAX macro
|
| /optee_os/core/lib/libtomcrypt/src/math/ |
| H A D | ltm_desc.c | 199 return mpi_to_ltc_error(mp_to_radix(a, b, SIZE_MAX, NULL, radix)); in write_radix() 222 return mpi_to_ltc_error(mp_to_ubin(a, b, SIZE_MAX, NULL)); in unsigned_write()
|
| /optee_os/core/mm/ |
| H A D | mobj.c | 228 struct mobj mobj_virt = { .ops = &mobj_virt_ops, .size = SIZE_MAX };
|
| /optee_os/core/drivers/crypto/caam/utils/ |
| H A D | utils_dmaobj.c | 331 priv->dmabuf.require = SIZE_MAX; in add_dma_require() 555 priv->dmabuf.require = SIZE_MAX; in check_buffer_boundary()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | mpi_desc.c | 225 size_t ol = SIZE_MAX; in write_radix()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_pk.h | 736 #if (defined(SIZE_MAX) || __STDC_VERSION__ >= 199901L || defined(WCHAR_MAX) || defined(__WCHAR_MAX_…
|