Home
last modified time | relevance | path

Searched refs:SIZE_MAX (Results 1 – 25 of 32) sorted by relevance

12

/optee_os/lib/libutils/isoc/newlib/
H A Dstr-two-way.h87 # 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 Dconstant_time_internal.h65 #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 Dx509write.c34 if (a > SIZE_MAX - (b)) \
145 if (len > SIZE_MAX - single_san_len) { in mbedtls_x509_write_set_san_common()
H A Dbase64.c76 if (n > (SIZE_MAX - 1) / 4) { in mbedtls_base64_encode()
77 *olen = SIZE_MAX; in mbedtls_base64_encode()
H A Dnist_kw.c156 #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 Dpsa_its_file.c138 #if SIZE_MAX < 0xffffffff in psa_its_get()
139 if (data_offset + data_length > SIZE_MAX) { in psa_its_get()
H A Dpsa_crypto_random_impl.h34 #if SIZE_MAX > 0xffffffff
H A Dpsa_crypto_slot_management.h233 (slot->var.occupied.registered_readers >= SIZE_MAX)) { in psa_register_read()
H A Dpk_wrap.c80 #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 Dpkcs5.c125 datalen, output, SIZE_MAX, &output_len); in mbedtls_pkcs5_pbes2()
H A Dpkcs12.c145 pwd, pwdlen, data, len, output, SIZE_MAX, in mbedtls_pkcs12_pbe()
H A Dasn1write.c26 #if SIZE_MAX > 0xFFFFFFFF in mbedtls_asn1_write_len()
H A Dx509_create.c389 if (val_len > (SIZE_MAX - 1)) { in mbedtls_x509_set_extension()
H A Dpsa_crypto_rsa.c297 #if SIZE_MAX > UINT_MAX in psa_rsa_decode_md_type()
H A Dpsa_crypto_slot_management.c107 SIZE_MAX >> (KEY_SLOT_VOLATILE_SLICE_COUNT - 1))
H A Dgcm.c476 #if SIZE_MAX > 0xFFFFFFFFFFFFFFFFULL in mbedtls_gcm_update_ad()
/optee_os/core/lib/qcbor/src/
H A DUsefulBuf.c130 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 DUsefulBuf.h863 #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 Dqcbor_private.h399 #define QCBOR_STRING_LENGTH_INDEFINITE SIZE_MAX
/optee_os/lib/libutils/isoc/include/
H A Dstdint.h164 #define SIZE_MAX ULONG_MAX macro
/optee_os/core/lib/libtomcrypt/src/math/
H A Dltm_desc.c199 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 Dmobj.c228 struct mobj mobj_virt = { .ops = &mobj_virt_ops, .size = SIZE_MAX };
/optee_os/core/drivers/crypto/caam/utils/
H A Dutils_dmaobj.c331 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 Dmpi_desc.c225 size_t ol = SIZE_MAX; in write_radix()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h736 #if (defined(SIZE_MAX) || __STDC_VERSION__ >= 199901L || defined(WCHAR_MAX) || defined(__WCHAR_MAX_…

12