Searched refs:mmm (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/common/mpi/
H A Dmpmontg.c95 mp_err s_mp_redc(mp_int *T, mp_mont_modulus *mmm) argument
100 i = MP_USED(T) + MP_USED(&mmm->N) + 2;
102 for (i = 0; i < MP_USED(&mmm->N); ++i ) {
103 mp_digit m_i = MP_DIGIT(T, i) * mmm->n0prime;
105 MP_CHECKOK( s_mp_mul_d_add_offset(&mmm->N, m_i, T, i) );
110 s_mp_div_2d(T, mmm->b);
112 if ((res = s_mp_cmp(T, &mmm->N)) >= 0) {
114 MP_CHECKOK( s_mp_sub(T, &mmm->N) );
116 if ((res = mp_cmp(T, &mmm->N)) >= 0) {
193 mp_mont_modulus *mmm)
192 s_mp_mul_mont(const mp_int *a, const mp_int *b, mp_int *c, mp_mont_modulus *mmm) argument
[all...]
H A Dmpi-priv.h312 mp_mont_modulus *mmm);
313 mp_err s_mp_redc(mp_int *T, mp_mont_modulus *mmm);
/osnet-11/usr/src/common/crypto/ecc/
H A Decp_mont.c68 mp_mont_modulus *mmm; local
75 mmm = (mp_mont_modulus *) kmem_alloc(sizeof(mp_mont_modulus),
78 mmm = (mp_mont_modulus *) malloc(sizeof(mp_mont_modulus));
80 if (mmm == NULL) {
90 meth->extra1 = mmm;
94 mmm->N = meth->irr;
97 mmm->b = i - i % MP_DIGIT_BIT;
98 mmm->n0prime = 0 - s_mp_invmod_radix(MP_DIGIT(&meth->irr, 0));
174 mp_mont_modulus *mmm; local
177 mmm
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2ph.PL798 [ some error condition ] at (eval mmm) line nnn

Completed in 58 milliseconds