Home
last modified time | relevance | path

Searched defs:meth (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decl_gf.c59 GFMethod *meth; in GFMethod_new() local
86 GFMethod *meth = NULL; in GFMethod_consGFp() local
146 GFMethod *meth = NULL; in GFMethod_consGF2m() local
216 const GFMethod *meth) in ec_GFp_add()
271 const GFMethod *meth) in ec_GFp_add_3()
358 const GFMethod *meth) in ec_GFp_add_4()
458 const GFMethod *meth) in ec_GFp_add_5()
543 const GFMethod *meth) in ec_GFp_add_6()
644 const GFMethod *meth) in ec_GFp_sub_3()
732 const GFMethod *meth) in ec_GFp_sub_4()
[all …]
H A Decp_mont.c65 GFMethod *meth = NULL; in GFMethod_consGFp_mont() local
111 const GFMethod *meth) in ec_GFp_mul_mont()
142 ec_GFp_sqr_mont(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_sqr_mont()
150 const GFMethod *meth) in ec_GFp_div_mont()
170 ec_GFp_enc_mont(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_enc_mont()
184 ec_GFp_dec_mont(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_dec_mont()
199 ec_GFp_extra_free_mont(GFMethod *meth) in ec_GFp_extra_free_mont()
H A Decp_521.c59 ec_GFp_nistp521_mod(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_nistp521_mod()
116 ec_GFp_nistp521_sqr(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_nistp521_sqr()
131 const GFMethod *meth) in ec_GFp_nistp521_mul()
145 const GFMethod *meth) in ec_GFp_nistp521_div()
H A Decp_192.c59 ec_GFp_nistp192_mod(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_nistp192_mod()
306 const GFMethod *meth) in ec_GFp_nistp192_add()
391 const GFMethod *meth) in ec_GFp_nistp192_sub()
473 ec_GFp_nistp192_sqr(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_nistp192_sqr()
488 const GFMethod *meth) in ec_GFp_nistp192_mul()
502 const GFMethod *meth) in ec_GFp_nistp192_div()
H A Decp_384.c57 ec_GFp_nistp384_mod(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_nistp384_mod()
265 ec_GFp_nistp384_sqr(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_nistp384_sqr()
280 const GFMethod *meth) in ec_GFp_nistp384_mul()
H A Decp_224.c59 ec_GFp_nistp224_mod(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_nistp224_mod()
327 ec_GFp_nistp224_sqr(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_nistp224_sqr()
342 const GFMethod *meth) in ec_GFp_nistp224_mul()
356 const GFMethod *meth) in ec_GFp_nistp224_div()
H A Dec2_163.c59 ec_GF2m_163_mod(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GF2m_163_mod()
131 ec_GF2m_163_sqr(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GF2m_163_sqr()
181 const GFMethod *meth) in ec_GF2m_163_mul()
H A Dec2_193.c59 ec_GF2m_193_mod(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GF2m_193_mod()
139 ec_GF2m_193_sqr(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GF2m_193_sqr()
190 const GFMethod *meth) in ec_GF2m_193_mul()
H A Dec2_233.c59 ec_GF2m_233_mod(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GF2m_233_mod()
155 ec_GF2m_233_sqr(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GF2m_233_sqr()
208 const GFMethod *meth) in ec_GF2m_233_mul()
H A Decp_256.c57 ec_GFp_nistp256_mod(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_nistp256_mod()
411 ec_GFp_nistp256_sqr(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_nistp256_sqr()
426 const GFMethod *meth) in ec_GFp_nistp256_mul()
H A Decl-priv.h163 GFMethod *meth; member
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dcompat.c364 RSA_meth_dup(const RSA_METHOD *meth) in RSA_meth_dup()
383 RSA_meth_set1_name(RSA_METHOD *meth, const char *name) in RSA_meth_set1_name()
399 RSA_meth_set_priv_enc(RSA_METHOD *meth, in RSA_meth_set_priv_enc()
408 RSA_meth_set_priv_dec(RSA_METHOD *meth, in RSA_meth_set_priv_dec()
417 RSA_meth_set_finish(RSA_METHOD *meth, int (*finish) (RSA *rsa)) in RSA_meth_set_finish()
424 RSA_meth_free(RSA_METHOD *meth) in RSA_meth_free()
H A Dcompat.h61 #define RSA_meth_get_finish(meth) meth->finish argument
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtnew.c59 _dtnew(Vmalloc_t* vm, Dtdisc_t* disc, Dtmethod_t* meth, unsigned long version) in _dtnew()
78 dtnew(Vmalloc_t* vm, Dtdisc_t* disc, Dtmethod_t* meth) in dtnew()
H A Ddtopen.c39 Dt_t* _dtopen(Dtdisc_t* disc, Dtmethod_t* meth, unsigned long version) in _dtopen()
111 Dt_t* dtopen(Dtdisc_t* disc, Dtmethod_t* meth) in dtopen()
H A Ddtmethod.c30 Dtmethod_t* dtmethod(Dt_t* dt, Dtmethod_t* meth) in dtmethod()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmopen.c56 Vmalloc_t* vmopen(Vmdisc_t* disc, Vmethod_t* meth, int mode) in vmopen()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h77 unsigned short meth; member
81 { Vmethod_t meth; /* method for allocation */ member
H A Dcdt.h148 Dtmethod_t* meth; /* storage method */ member
160 { unsigned int meth; /* method type */ member
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c138 const topo_method_t *meth; in topo_method_register() local
H A Dtopo_xml.c834 register_method(topo_mod_t *mp, tnode_t *ptn, struct propmeth_data *meth) in register_method()
867 struct propmeth_data meth; in pmeth_record() local
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c3816 restarter_is_null_method(const char *meth) in restarter_is_null_method()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c1404 authmethstr(int meth) in authmethstr()