Searched refs:mpi_powm (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dg10lib.h167 #ifndef mpi_powm
168 #define mpi_powm(w,b,e,m) gcry_mpi_powm( (w), (b), (e), (m) )
166 #define mpi_powm macro
H A Dgcrypt.h777 #define mpi_powm(w,b,e,m) gcry_mpi_powm ( (w), (b), (e), (m) )
772 #define mpi_powm macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dg10lib.h167 #ifndef mpi_powm
168 #define mpi_powm(w,b,e,m) gcry_mpi_powm( (w), (b), (e), (m) )
166 #define mpi_powm macro
H A Dgcrypt.h777 #define mpi_powm(w,b,e,m) gcry_mpi_powm ( (w), (b), (e), (m) )
772 #define mpi_powm macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Drsa.c616 mpi_powm( x, input, pkey->e, pkey->n );
621 mpi_powm( output, input, pkey->e, pkey->n );
708 mpi_powm (output, input, skey->d, skey->n);
719 mpi_powm( m1, input, h, skey->p );
723 mpi_powm( m2, input, h, skey->q );
H A Ddsa.c514 mpi_powm (value_g, value_h, value_e, prime_p);
H A Decc.c47 - In mpi/ec.c we use mpi_powm for x^2 mod p: Either implement a
48 special case in mpi_powm or check whether mpi_mulm is faster.
406 mpi_powm (x_3, x, three, base->p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Drsa.c616 mpi_powm( x, input, pkey->e, pkey->n );
621 mpi_powm( output, input, pkey->e, pkey->n );
708 mpi_powm (output, input, skey->d, skey->n);
719 mpi_powm( m1, input, h, skey->p );
723 mpi_powm( m2, input, h, skey->q );
H A Ddsa.c514 mpi_powm (value_g, value_h, value_e, prime_p);
H A Decc.c47 - In mpi/ec.c we use mpi_powm for x^2 mod p: Either implement a
48 special case in mpi_powm or check whether mpi_mulm is faster.
406 mpi_powm (x_3, x, three, base->p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/
H A Dec.c229 mpi_powm (w, b, e, ctx->p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dec.c229 mpi_powm (w, b, e, ctx->p);

Completed in 199 milliseconds