Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ec.c744 NX_CRYPTO_KEEP UINT _nx_crypto_ec_point_is_infinite(NX_CRYPTO_EC_POINT *point) in _nx_crypto_ec_point_is_infinite() function
1095 if (_nx_crypto_ec_point_is_infinite(point)) in _nx_crypto_ec_point_fp_projective_to_affine()
2273 if (_nx_crypto_ec_point_is_infinite(projective_point)) in _nx_crypto_ec_fp_projective_add()
2283 if (_nx_crypto_ec_point_is_infinite(affine_point)) in _nx_crypto_ec_fp_projective_add()
2422 if (_nx_crypto_ec_point_is_infinite(projective_point)) in _nx_crypto_ec_fp_projective_double()
2550 if (_nx_crypto_ec_point_is_infinite(left)) in _nx_crypto_ec_fp_affine_add()
2559 if (_nx_crypto_ec_point_is_infinite(right)) in _nx_crypto_ec_fp_affine_add()
4301 if(_nx_crypto_ec_point_is_infinite(public_key)) in _nx_crypto_ec_validate_public_key()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_ec.h488 UINT _nx_crypto_ec_point_is_infinite(NX_CRYPTO_EC_POINT *point);