Searched refs:negative_g (Results 1 – 1 of 1) sorted by relevance
| /NetX-Duo-v6.2.1/crypto_libraries/src/ |
| D | nx_crypto_ec.c | 2873 NX_CRYPTO_EC_POINT negative_g; in _nx_crypto_ec_fp_projective_multiple() local 2889 NX_CRYPTO_EC_POINT_INITIALIZE(&negative_g, NX_CRYPTO_EC_POINT_AFFINE, scratch, in _nx_crypto_ec_fp_projective_multiple() 2893 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() 2894 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() 2895 _nx_crypto_ec_subtract_reduce(curve, &negative_g.nx_crypto_ec_point_y, in _nx_crypto_ec_fp_projective_multiple() 2930 _nx_crypto_ec_fp_projective_add(curve, &projective_point, &negative_g, scratch); in _nx_crypto_ec_fp_projective_multiple()
|