Searched refs:projective_point (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/crypto_libraries/src/ |
| D | nx_crypto_ec.c | 2254 NX_CRYPTO_EC_POINT *projective_point, in _nx_crypto_ec_fp_projective_add() argument 2272 if (_nx_crypto_ec_point_is_infinite(projective_point)) in _nx_crypto_ec_fp_projective_add() 2274 NX_CRYPTO_HUGE_NUMBER_COPY(&projective_point -> nx_crypto_ec_point_x, in _nx_crypto_ec_fp_projective_add() 2276 NX_CRYPTO_HUGE_NUMBER_COPY(&projective_point -> nx_crypto_ec_point_y, in _nx_crypto_ec_fp_projective_add() 2278 _nx_crypto_ec_point_fp_affine_to_projective(projective_point); in _nx_crypto_ec_fp_projective_add() 2287 buffer_size = projective_point -> nx_crypto_ec_point_x.nx_crypto_huge_buffer_size; in _nx_crypto_ec_fp_projective_add() 2296 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &projective_point -> nx_crypto_ec_point_z, in _nx_crypto_ec_fp_projective_add() 2300 _nx_crypto_ec_subtract_reduce(curve, &temp2, &projective_point -> nx_crypto_ec_point_x, in _nx_crypto_ec_fp_projective_add() 2306 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &projective_point -> nx_crypto_ec_point_z, in _nx_crypto_ec_fp_projective_add() 2310 _nx_crypto_ec_subtract_reduce(curve, &temp1, &projective_point -> nx_crypto_ec_point_y, in _nx_crypto_ec_fp_projective_add() [all …]
|
| /NetX-Duo-v6.2.1/crypto_libraries/inc/ |
| D | nx_crypto_ec.h | 517 NX_CRYPTO_EC_POINT *projective_point, 521 NX_CRYPTO_EC_POINT *projective_point,
|