Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ec.c2874 NX_CRYPTO_EC_POINT negative_g; in _nx_crypto_ec_fp_projective_multiple() local
2890 NX_CRYPTO_EC_POINT_INITIALIZE(&negative_g, NX_CRYPTO_EC_POINT_AFFINE, scratch, in _nx_crypto_ec_fp_projective_multiple()
2894 NX_CRYPTO_HUGE_NUMBER_COPY(&negative_g.nx_crypto_ec_point_x, &g -> nx_crypto_ec_point_x); in _nx_crypto_ec_fp_projective_multiple()
2895 NX_CRYPTO_HUGE_NUMBER_COPY(&negative_g.nx_crypto_ec_point_y, &curve -> nx_crypto_ec_field.fp); in _nx_crypto_ec_fp_projective_multiple()
2896 _nx_crypto_ec_subtract_reduce(curve, &negative_g.nx_crypto_ec_point_y, in _nx_crypto_ec_fp_projective_multiple()
2931 _nx_crypto_ec_fp_projective_add(curve, &projective_point, &negative_g, scratch); in _nx_crypto_ec_fp_projective_multiple()