Lines Matching full:modulus
296 * Base field modulus for P-256.
315 * will be lower than twice the modulus.
344 * the modulus; the result will fulfil the same property.
389 * twice the modulus.
406 * The modulus is: in mul_f256()
473 * modulus once. Note that if cc is negative, then propagating in mul_f256()
474 * that carry must yield a value lower than the modulus, so in mul_f256()
475 * adding the modulus once will keep the final result under in mul_f256()
476 * twice the modulus. in mul_f256()
501 * twice the modulus.
518 * The modulus is: in square_f256()
585 * modulus once. Note that if cc is negative, then propagating in square_f256()
586 * that carry must yield a value lower than the modulus, so in square_f256()
587 * adding the modulus once will keep the final result under in square_f256()
588 * twice the modulus. in square_f256()
613 * The source value must be less than twice the modulus. If the value
614 * is not lower than the modulus, then the modulus is subtracted and
647 * 30 bits of data. Values may also be slightly greater than the modulus,
648 * but they will always be lower than twice the modulus.
662 * The coordinates are guaranteed to be lower than the modulus.
671 * Invert z with a modular exponentiation: the modulus is in p256_to_affine()
1062 * than the modulus. in p256_decode()