Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ec.c2254 NX_CRYPTO_KEEP VOID _nx_crypto_ec_fp_projective_add(NX_CRYPTO_EC *curve, in _nx_crypto_ec_fp_projective_add() function
2927 _nx_crypto_ec_fp_projective_add(curve, &projective_point, g, scratch); in _nx_crypto_ec_fp_projective_multiple()
2931 _nx_crypto_ec_fp_projective_add(curve, &projective_point, &negative_g, scratch); in _nx_crypto_ec_fp_projective_multiple()
3050 _nx_crypto_ec_fp_projective_add(curve, &projective_point, g, scratch); in _nx_crypto_ec_fp_fixed_multiple()
3054 _nx_crypto_ec_fp_projective_add(curve, &projective_point, in _nx_crypto_ec_fp_fixed_multiple()
3075 _nx_crypto_ec_fp_projective_add(curve, &projective_point, in _nx_crypto_ec_fp_fixed_multiple()
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_ec.h517 VOID _nx_crypto_ec_fp_projective_add(NX_CRYPTO_EC *curve,