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

/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_mont.c90 meth->extra1 = mmm;
122 MP_CHECKOK(s_mp_redc(r, (mp_mont_modulus *) meth->extra1));
131 (a, b, &s, (mp_mont_modulus *) meth->extra1));
135 return s_mp_mul_mont(a, b, r, (mp_mont_modulus *) meth->extra1);
177 mmm = (mp_mont_modulus *) meth->extra1;
193 MP_CHECKOK(s_mp_redc(r, (mp_mont_modulus *) meth->extra1));
203 if (meth->extra1 != NULL) {
205 kmem_free(meth->extra1, sizeof(mp_mont_modulus));
207 free(meth->extra1);
209 meth->extra1
[all...]
H A Decl-priv.h147 void *extra1; member in struct:GFMethodStr
201 void *extra1; member in struct:ECGroupStr
H A Decl.c82 group->extra1 = NULL;
H A Decl_gf.c127 meth->extra1 = NULL;
183 meth->extra1 = NULL;
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_error.c2133 char *extra1 = ""; local
2144 extra1 = ep->extra;
2154 host1, host2, extra1, extra2, name1, name2);

Completed in 59 milliseconds