Searched refs:bound (Results 1 – 5 of 5) sorted by relevance
190 ## The "0 limb in upper bound" tests rely on the fact that195 MPI random in range: leading 0 limb in upper bound #0198 MPI random in range: leading 0 limb in upper bound #1201 MPI random in range: leading 0 limb in upper bound #2204 MPI random in range: leading 0 limb in upper bound #3207 MPI random in range: leading 0 limb in upper bound #4237 MPI random bad arguments: min > N = 1, 0 limb in upper bound336 MPI random mod validation: min == upper bound339 MPI random mod validation: min > upper bound
268 /* 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 and293 /* Consider a bound "small" if it's less than 2^5. This value is chosen356 * if bound is a power of 2 or only slightly above.
990 static int oid_parse_number(unsigned int *num, const char **p, const char *bound) in oid_parse_number() argument996 while (*p < bound && **p >= '0' && **p <= '9') { in oid_parse_number()1021 unsigned char *bound, in oid_subidentifier_encode_into() argument1026 if ((size_t) (bound - *p) < num_bytes) { in oid_subidentifier_encode_into()
765 - It is no longer bound to an SSL configuration, but to an
4004 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