Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 6 of 6) sorted by relevance

/mbedtls-latest/tests/suites/
Dtest_suite_bignum_random.data190 ## The "0 limb in upper bound" tests rely on the fact that
195 MPI random in range: leading 0 limb in upper bound #0
198 MPI random in range: leading 0 limb in upper bound #1
201 MPI random in range: leading 0 limb in upper bound #2
204 MPI random in range: leading 0 limb in upper bound #3
207 MPI random in range: leading 0 limb in upper bound #4
237 MPI random bad arguments: min > N = 1, 0 limb in upper bound
336 MPI random mod validation: min == upper bound
339 MPI random mod validation: min > upper bound
Dtest_suite_bignum_random.function268 /* Generate numbers in the range 1..bound-1. Do it iterations times.
269 * This function assumes that the value of bound is at least 2 and
293 /* Consider a bound "small" if it's less than 2^5. This value is chosen
356 * if bound is a power of 2 or only slightly above.
/mbedtls-latest/library/
Doid.c990 static int oid_parse_number(unsigned int *num, const char **p, const char *bound) in oid_parse_number() argument
996 while (*p < bound && **p >= '0' && **p <= '9') { in oid_parse_number()
1021 unsigned char *bound, in oid_subidentifier_encode_into() argument
1026 if ((size_t) (bound - *p) < num_bytes) { in oid_subidentifier_encode_into()
/mbedtls-latest/docs/architecture/
Dpsa-keystore-design.md96 …ay of slots, of size `MBEDTLS_PSA_KEY_SLOT_COUNT`. This value is an upper bound for the total numb…
/mbedtls-latest/docs/
D3.0-migration-guide.md765 - It is no longer bound to an SSL configuration, but to an
/mbedtls-latest/
DChangeLog4199 cause buffer bound checks to be bypassed. Found by Eyal Itkin.
4201 cause buffer bound checks to be bypassed. Found by Eyal Itkin.
4203 cause buffer bound checks to be bypassed. Found by Eyal Itkin.
4205 cause buffer bound checks to be bypassed. Found by Eyal Itkin.