Lines Matching full:coordinates
639 * Jacobian coordinates for a point in P-256: affine coordinates (X,Y)
646 * Coordinates are represented in arrays of 32-bit integers, each holding
657 * Convert a point to affine coordinates:
658 * - If the point is the point at infinity, then all three coordinates
661 * coordinates are the 'X' and 'Y' affine coordinates.
662 * The coordinates are guaranteed to be lower than the modulus.
685 * coordinates set to 0). in p256_to_affine()
1061 * Decode the coordinates, and check that they are both lower in p256_decode()
1086 * Copy coordinates to the point structure. in p256_decode()
1097 * valid, in affine coordinates, and not the point at infinity.
1168 * is an integer from 1 to 15 (inclusive). The X and Y coordinates of
1303 * points in affine coordinates; we use a constant-time lookup. in p256_mulgen()