Home
last modified time | relevance | path

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

/mbedtls/tests/suites/
A 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
A 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/library/
A 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/docs/
A D3.0-migration-guide.md765 - It is no longer bound to an SSL configuration, but to an
/mbedtls/
A DChangeLog4004 cause buffer bound checks to be bypassed. Found by Eyal Itkin.
4006 cause buffer bound checks to be bypassed. Found by Eyal Itkin.
4008 cause buffer bound checks to be bypassed. Found by Eyal Itkin.
4010 cause buffer bound checks to be bypassed. Found by Eyal Itkin.

Completed in 24 milliseconds