Home
last modified time | relevance | path

Searched defs:point (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_ec_test.c45 NX_CRYPTO_EC_POINT point; in thread_0_entry() local
Dnx_secure_ec_additional_test.c38 NX_CRYPTO_EC_POINT point, point1; in thread_0_entry() local
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ec.c743 NX_CRYPTO_KEEP UINT _nx_crypto_ec_point_is_infinite(NX_CRYPTO_EC_POINT *point) in _nx_crypto_ec_point_is_infinite()
807 NX_CRYPTO_KEEP VOID _nx_crypto_ec_point_set_infinite(NX_CRYPTO_EC_POINT *point) in _nx_crypto_ec_point_set_infinite()
866 NX_CRYPTO_KEEP UINT _nx_crypto_ec_point_setup(NX_CRYPTO_EC_POINT *point, UCHAR *byte_stream, UINT b… in _nx_crypto_ec_point_setup()
940 …_KEEP VOID _nx_crypto_ec_point_extract_uncompressed(NX_CRYPTO_EC *curve, NX_CRYPTO_EC_POINT *point, in _nx_crypto_ec_point_extract_uncompressed()
1024 NX_CRYPTO_KEEP VOID _nx_crypto_ec_point_fp_affine_to_projective(NX_CRYPTO_EC_POINT *point) in _nx_crypto_ec_point_fp_affine_to_projective()
1085 NX_CRYPTO_EC_POINT *point, in _nx_crypto_ec_point_fp_projective_to_affine()
2667 NX_CRYPTO_EC_POINT point; in _nx_crypto_ec_fp_affine_subtract() local