Symbol: GFMethod
usr/src/common/crypto/ecc/ec2_163.c
131
ec_GF2m_163_sqr(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ec2_163.c
181
const GFMethod *meth)
usr/src/common/crypto/ecc/ec2_163.c
59
ec_GF2m_163_mod(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ec2_193.c
139
ec_GF2m_193_sqr(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ec2_193.c
190
const GFMethod *meth)
usr/src/common/crypto/ecc/ec2_193.c
59
ec_GF2m_193_mod(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ec2_233.c
155
ec_GF2m_233_sqr(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ec2_233.c
208
const GFMethod *meth)
usr/src/common/crypto/ecc/ec2_233.c
59
ec_GF2m_233_mod(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ecl-priv.h
131
const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
132
mp_err (*field_neg) (const mp_int *a, mp_int *r, const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
134
const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
135
mp_err (*field_mod) (const mp_int *a, mp_int *r, const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
137
const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
138
mp_err (*field_sqr) (const mp_int *a, mp_int *r, const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
140
const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
141
mp_err (*field_enc) (const mp_int *a, mp_int *r, const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
142
mp_err (*field_dec) (const mp_int *a, mp_int *r, const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
147
void (*extra_free) (GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
151
GFMethod *GFMethod_consGFp(const mp_int *irr);
usr/src/common/crypto/ecc/ecl-priv.h
152
GFMethod *GFMethod_consGFp_mont(const mp_int *irr);
usr/src/common/crypto/ecc/ecl-priv.h
153
GFMethod *GFMethod_consGF2m(const mp_int *irr,
usr/src/common/crypto/ecc/ecl-priv.h
156
void GFMethod_free(GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
163
GFMethod *meth;
usr/src/common/crypto/ecc/ecl-priv.h
206
const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
207
mp_err ec_GFp_neg(const mp_int *a, mp_int *r, const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
209
const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
213
const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
215
const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
217
const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
219
const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
221
const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
223
const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
225
const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
227
const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
229
mp_err ec_GFp_mod(const mp_int *a, mp_int *r, const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
231
const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
232
mp_err ec_GFp_sqr(const mp_int *a, mp_int *r, const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
234
const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
237
const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
238
mp_err ec_GF2m_neg(const mp_int *a, mp_int *r, const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
239
mp_err ec_GF2m_mod(const mp_int *a, mp_int *r, const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
241
const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
242
mp_err ec_GF2m_sqr(const mp_int *a, mp_int *r, const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
244
const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
248
const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
249
mp_err ec_GFp_sqr_mont(const mp_int *a, mp_int *r, const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
251
const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
252
mp_err ec_GFp_enc_mont(const mp_int *a, mp_int *r, const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
253
mp_err ec_GFp_dec_mont(const mp_int *a, mp_int *r, const GFMethod *meth);
usr/src/common/crypto/ecc/ecl-priv.h
254
void ec_GFp_extra_free_mont(GFMethod *meth);
usr/src/common/crypto/ecc/ecl_gf.c
1002
const GFMethod *meth)
usr/src/common/crypto/ecc/ecl_gf.c
1009
ec_GFp_sqr(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ecl_gf.c
1018
const GFMethod *meth)
usr/src/common/crypto/ecc/ecl_gf.c
1043
const GFMethod *meth)
usr/src/common/crypto/ecc/ecl_gf.c
1051
ec_GF2m_neg(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ecl_gf.c
1062
ec_GF2m_mod(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ecl_gf.c
1070
const GFMethod *meth)
usr/src/common/crypto/ecc/ecl_gf.c
1077
ec_GF2m_sqr(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ecl_gf.c
1086
const GFMethod *meth)
usr/src/common/crypto/ecc/ecl_gf.c
141
GFMethod *
usr/src/common/crypto/ecc/ecl_gf.c
146
GFMethod *meth = NULL;
usr/src/common/crypto/ecc/ecl_gf.c
195
GFMethod_free(GFMethod *meth)
usr/src/common/crypto/ecc/ecl_gf.c
205
kmem_free(meth, sizeof(GFMethod));
usr/src/common/crypto/ecc/ecl_gf.c
216
const GFMethod *meth)
usr/src/common/crypto/ecc/ecl_gf.c
232
ec_GFp_neg(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ecl_gf.c
246
const GFMethod *meth)
usr/src/common/crypto/ecc/ecl_gf.c
271
const GFMethod *meth)
usr/src/common/crypto/ecc/ecl_gf.c
358
const GFMethod *meth)
usr/src/common/crypto/ecc/ecl_gf.c
458
const GFMethod *meth)
usr/src/common/crypto/ecc/ecl_gf.c
543
const GFMethod *meth)
usr/src/common/crypto/ecc/ecl_gf.c
55
GFMethod *
usr/src/common/crypto/ecc/ecl_gf.c
59
GFMethod *meth;
usr/src/common/crypto/ecc/ecl_gf.c
61
meth = (GFMethod *) kmem_alloc(sizeof(GFMethod), kmflag);
usr/src/common/crypto/ecc/ecl_gf.c
63
meth = (GFMethod *) malloc(sizeof(GFMethod));
usr/src/common/crypto/ecc/ecl_gf.c
644
const GFMethod *meth)
usr/src/common/crypto/ecc/ecl_gf.c
732
const GFMethod *meth)
usr/src/common/crypto/ecc/ecl_gf.c
82
GFMethod *
usr/src/common/crypto/ecc/ecl_gf.c
831
const GFMethod *meth)
usr/src/common/crypto/ecc/ecl_gf.c
86
GFMethod *meth = NULL;
usr/src/common/crypto/ecc/ecl_gf.c
907
const GFMethod *meth)
usr/src/common/crypto/ecc/ecl_gf.c
994
ec_GFp_mod(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_192.c
309
const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_192.c
394
const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_192.c
476
ec_GFp_nistp192_sqr(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_192.c
491
const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_192.c
505
const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_192.c
59
ec_GFp_nistp192_mod(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_224.c
330
ec_GFp_nistp224_sqr(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_224.c
345
const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_224.c
359
const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_224.c
59
ec_GFp_nistp224_mod(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_256.c
411
ec_GFp_nistp256_sqr(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_256.c
426
const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_256.c
57
ec_GFp_nistp256_mod(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_384.c
265
ec_GFp_nistp384_sqr(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_384.c
280
const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_384.c
57
ec_GFp_nistp384_mod(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_521.c
118
ec_GFp_nistp521_sqr(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_521.c
133
const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_521.c
147
const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_521.c
59
ec_GFp_nistp521_mod(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_mont.c
111
const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_mont.c
142
ec_GFp_sqr_mont(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_mont.c
150
const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_mont.c
170
ec_GFp_enc_mont(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_mont.c
184
ec_GFp_dec_mont(const mp_int *a, mp_int *r, const GFMethod *meth)
usr/src/common/crypto/ecc/ecp_mont.c
199
ec_GFp_extra_free_mont(GFMethod *meth)
usr/src/common/crypto/ecc/ecp_mont.c
60
GFMethod *
usr/src/common/crypto/ecc/ecp_mont.c
65
GFMethod *meth = NULL;