Searched refs:mpi (Results 1 - 5 of 5) sorted by relevance

/netgear-R7800-V1.0.2.28/package/px5g/src/polarssl/
H A Dbignum.h85 mpi; typedef in typeref:struct:__anon18
92 * \brief Initialize one or more mpi
94 void mpi_init( mpi *X, ... );
97 * \brief Unallocate one or more mpi
99 void mpi_free( mpi *X, ... );
107 int mpi_grow( mpi *X, int nblimbs );
115 int mpi_copy( mpi *X, mpi *Y );
120 void mpi_swap( mpi *X, mpi *
[all...]
H A Drsa.h93 mpi N; /*!< public modulus */
94 mpi E; /*!< public exponent */
96 mpi D; /*!< private exponent */
97 mpi P; /*!< 1st prime factor */
98 mpi Q; /*!< 2nd prime factor */
99 mpi DP; /*!< D % (P - 1) */
100 mpi DQ; /*!< D % (Q - 1) */
101 mpi QP; /*!< 1 / (Q % P) */
103 mpi RN; /*!< cached R^2 mod N */
104 mpi R
[all...]
/netgear-R7800-V1.0.2.28/package/px5g/src/library/
H A Dbignum.c39 * http://www.stillhq.com/extracted/gnupg-api/mpi/
65 * Initialize one or more mpi
67 void mpi_init( mpi *X, ... )
79 X = va_arg( args, mpi* );
86 * Unallocate one or more mpi
88 void mpi_free( mpi *X, ... )
106 X = va_arg( args, mpi* );
115 int mpi_grow( mpi *X, int nblimbs )
143 int mpi_copy( mpi *X, mpi *
[all...]
H A Drsa.c78 mpi P1, Q1, H, G;
170 mpi PQ, DE, P1, Q1, H, I, G;
207 mpi T;
241 mpi T, T1, T2;
H A Dx509write.c202 * write a asn.1 conform mpi object
204 static int asn1_add_mpi(mpi *value, int tag, x509_node *node)

Completed in 37 milliseconds