Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ec.c2256 NX_CRYPTO_EC_POINT *affine_point, in _nx_crypto_ec_fp_projective_add() argument
2276 &affine_point -> nx_crypto_ec_point_x); in _nx_crypto_ec_fp_projective_add()
2278 &affine_point -> nx_crypto_ec_point_y); in _nx_crypto_ec_fp_projective_add()
2283 if (_nx_crypto_ec_point_is_infinite(affine_point)) in _nx_crypto_ec_fp_projective_add()
2299 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &affine_point -> nx_crypto_ec_point_x, in _nx_crypto_ec_fp_projective_add()
2309 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &affine_point -> nx_crypto_ec_point_y, in _nx_crypto_ec_fp_projective_add()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_ec.h519 NX_CRYPTO_EC_POINT *affine_point,