Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ec.c1113 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &point -> nx_crypto_ec_point_x, in _nx_crypto_ec_point_fp_projective_to_affine()
1118 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &zi, &temp1, &temp2, scratch); in _nx_crypto_ec_point_fp_projective_to_affine()
1119 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &point -> nx_crypto_ec_point_y, in _nx_crypto_ec_point_fp_projective_to_affine()
2299 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &affine_point -> nx_crypto_ec_point_x, in _nx_crypto_ec_fp_projective_add()
2307 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &projective_point -> nx_crypto_ec_point_z, 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()
2316 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &projective_point -> nx_crypto_ec_point_z, in _nx_crypto_ec_fp_projective_add()
2324 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &temp2, &temp3, &temp4, scratch); in _nx_crypto_ec_fp_projective_add()
2325 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &projective_point -> nx_crypto_ec_point_x, in _nx_crypto_ec_fp_projective_add()
2340 NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, &temp1, &temp2, &temp3, scratch); in _nx_crypto_ec_fp_projective_add()
[all …]
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_ec.h181 #define NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, left, right, result, scratch) \ macro