Searched refs:invert_itch (Results 1 – 10 of 10) sorted by relevance
51 assert (ecc->p.size + ecc->p.invert_itch <= 3*ecc->p.size + ecc->mul_g_itch); in ecc_ecdsa_sign_itch()
163 assert (m->invert_itch <= 7 * m->size); in ecc_mul_m()
162 unsigned short invert_itch; member
3513 for larger modinv result area, and use invert_itch.3522 (nettle_curve25519): Point to ecc_25519_inv. Updated p.invert_itch3525 * ecc-internal.h (struct ecc_modulo): New field invert_itch.
130 assert (m->invert_itch <= 7 * m->size); in ecc_mul_m()
165 unsigned short invert_itch; member
59 scratch = xalloc_limbs (m->invert_itch); in test_modulo()
73 scratch = xalloc_limbs (m->invert_itch); in test_modulo()
140 unsigned short invert_itch; member
2095 for larger modinv result area, and use invert_itch.2104 (nettle_curve25519): Point to ecc_25519_inv. Updated p.invert_itch2107 * ecc-internal.h (struct ecc_modulo): New field invert_itch.