Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ec.c1112 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &zi, &temp1, scratch); in _nx_crypto_ec_point_fp_projective_to_affine()
2297 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &projective_point -> nx_crypto_ec_point_z, in _nx_crypto_ec_fp_projective_add()
2323 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &temp2, &temp3, scratch); in _nx_crypto_ec_fp_projective_add()
2330 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &temp1, &temp5, scratch); in _nx_crypto_ec_fp_projective_add()
2435 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &projective_point -> nx_crypto_ec_point_y, in _nx_crypto_ec_fp_projective_double()
2443 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &temp3, &temp2, scratch); in _nx_crypto_ec_fp_projective_double()
2447 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &projective_point -> nx_crypto_ec_point_z, in _nx_crypto_ec_fp_projective_double()
2465 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &temp4, &temp3, scratch); in _nx_crypto_ec_fp_projective_double()
2582 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &left -> nx_crypto_ec_point_x, in _nx_crypto_ec_fp_affine_add()
2602 NX_CRYPTO_EC_SQUARE_REDUCE(curve, &temp3, &temp1, scratch); in _nx_crypto_ec_fp_affine_add()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_ec.h185 #define NX_CRYPTO_EC_SQUARE_REDUCE(curve, value, result, scratch) \ macro