Home
last modified time | relevance | path

Searched refs:aff_pt_uninit (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/libecc/src/utils/
H A Dprint_curves.c42 aff_pt_uninit(&y_aff); in ec_point_print()
/freebsd/crypto/libecc/src/curves/
H A Daff_pt.c81 void aff_pt_uninit(aff_pt_t in) in aff_pt_uninit() function
305 aff_pt_uninit(pt); in aff_pt_import_from_buf()
H A Dprj_pt.c621 aff_pt_uninit(&tmp_aff); in prj_pt_export_to_aff_buf()
1991 aff_pt_uninit(&out_shortw_aff); in aff_pt_edwards_to_prj_pt_shortw()
2050 aff_pt_uninit(&in_shortw_aff); in prj_pt_shortw_to_aff_pt_edwards()
2081 aff_pt_uninit(&out_shortw_aff); in aff_pt_montgomery_to_prj_pt_shortw()
2110 aff_pt_uninit(&in_shortw_aff); in prj_pt_shortw_to_aff_pt_montgomery()
/freebsd/crypto/libecc/include/libecc/curves/
H A Daff_pt.h40 void aff_pt_uninit(aff_pt_t in);
/freebsd/crypto/libecc/src/sig/
H A Deckcdsa.c258 aff_pt_uninit(&y_aff); in _eckcdsa_sign_init()
638 aff_pt_uninit(&y_aff); in _eckcdsa_verify_init()
/freebsd/crypto/libecc/src/examples/basic/
H A Dcurve_basic_examples.c365 aff_pt_uninit(&T); in check_curve()