Searched refs:x_3 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Decc.c399 gcry_mpi_t three, x_3, axb, y;
402 x_3 = mpi_new (0);
406 mpi_powm (x_3, x, three, base->p);
409 mpi_addm (y, x_3, axb, base->p);
411 mpi_free (x_3);
395 gcry_mpi_t three, x_3, axb, y; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Decc.c399 gcry_mpi_t three, x_3, axb, y;
402 x_3 = mpi_new (0);
406 mpi_powm (x_3, x, three, base->p);
409 mpi_addm (y, x_3, axb, base->p);
411 mpi_free (x_3);
395 gcry_mpi_t three, x_3, axb, y; local

Completed in 113 milliseconds