Searched refs:_nx_crypto_ec_subtract_reduce (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_ec.c | 2181 NX_CRYPTO_KEEP VOID _nx_crypto_ec_subtract_reduce(NX_CRYPTO_EC *curve, in _nx_crypto_ec_subtract_reduce() function 2301 _nx_crypto_ec_subtract_reduce(curve, &temp2, &projective_point -> nx_crypto_ec_point_x, in _nx_crypto_ec_fp_projective_add() 2311 _nx_crypto_ec_subtract_reduce(curve, &temp1, &projective_point -> nx_crypto_ec_point_y, in _nx_crypto_ec_fp_projective_add() 2331 _nx_crypto_ec_subtract_reduce(curve, &temp5, &temp3, scratch); in _nx_crypto_ec_fp_projective_add() 2339 _nx_crypto_ec_subtract_reduce(curve, &temp2, &temp5, scratch); in _nx_crypto_ec_fp_projective_add() 2343 _nx_crypto_ec_subtract_reduce(curve, &temp3, &temp1, scratch); in _nx_crypto_ec_fp_projective_add() 2451 _nx_crypto_ec_subtract_reduce(curve, &temp4, &temp3, scratch); in _nx_crypto_ec_fp_projective_double() 2468 _nx_crypto_ec_subtract_reduce(curve, &temp3, &temp5, scratch); in _nx_crypto_ec_fp_projective_double() 2476 _nx_crypto_ec_subtract_reduce(curve, &temp1, &temp3, scratch); in _nx_crypto_ec_fp_projective_double() 2478 _nx_crypto_ec_subtract_reduce(curve, &temp3, &temp2, scratch); in _nx_crypto_ec_fp_projective_double() [all …]
|
/NetX-Duo-v6.3.0/crypto_libraries/inc/ |
D | nx_crypto_ec.h | 555 VOID _nx_crypto_ec_subtract_reduce(NX_CRYPTO_EC *curve,
|