Home
last modified time | relevance | path

Searched refs:prj_pt_shortw_to_aff_pt_montgomery (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/libecc/include/libecc/curves/
H A Dprj_pt.h84 ATTRIBUTE_WARN_UNUSED_RET int prj_pt_shortw_to_aff_pt_montgomery(prj_pt_src_t in_shortw,
/freebsd/crypto/libecc/src/ecdh/
H A Dx25519_448.c272 ret = prj_pt_shortw_to_aff_pt_montgomery(&Q, &montgomery_curve, &_Tmp); EG(ret, err); in x25519_448_core()
/freebsd/crypto/libecc/src/curves/
H A Dprj_pt.c2091 int prj_pt_shortw_to_aff_pt_montgomery(prj_pt_src_t in_shortw, ec_montgomery_crv_src_t montgomery_c… in prj_pt_shortw_to_aff_pt_montgomery() function