Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ec.c2255 NX_CRYPTO_EC_POINT *affine_point, in _nx_crypto_ec_fp_projective_add() argument
2275 &affine_point -> nx_crypto_ec_point_x); in _nx_crypto_ec_fp_projective_add()
2277 &affine_point -> nx_crypto_ec_point_y); in _nx_crypto_ec_fp_projective_add()
2282 if (_nx_crypto_ec_point_is_infinite(affine_point)) in _nx_crypto_ec_fp_projective_add()
2298 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &affine_point -> nx_crypto_ec_point_x, in _nx_crypto_ec_fp_projective_add()
2308 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &affine_point -> nx_crypto_ec_point_y, in _nx_crypto_ec_fp_projective_add()
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_ec.h518 NX_CRYPTO_EC_POINT *affine_point,