Home
last modified time | relevance | path

Searched refs:nx_crypto_ec_add (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ecjpake.c668 curve -> nx_crypto_ec_add(curve, &ga, &ecjpake -> nx_crypto_ecjpake_public_x2, scratch); in _nx_crypto_ecjpake_key_exchange_process()
669 curve -> nx_crypto_ec_add(curve, &ga, &ecjpake -> nx_crypto_ecjpake_public_x3, scratch); in _nx_crypto_ecjpake_key_exchange_process()
1245 curve -> nx_crypto_ec_add(curve, &temp1, &temp2, scratch); in _nx_crypto_ecjpake_schnorr_zkp_verify()
1331 curve -> nx_crypto_ec_add(curve, g, x3, scratch); in _nx_crypto_ecjpake_public_key_generate()
1332 curve -> nx_crypto_ec_add(curve, g, x4, scratch); in _nx_crypto_ecjpake_public_key_generate()
Dnx_crypto_ecdsa.c467 curve -> nx_crypto_ec_add(curve, &pt, &pt2, scratch); in _nx_crypto_ecdsa_verify()
Dnx_crypto_ec.c3433 curve -> nx_crypto_ec_add(curve, &array[offset - 1], g, scratch_ptr); in _nx_crypto_ec_precomputation()
3441 curve -> nx_crypto_ec_add(curve, &array[offset + j - 1], &array[j - 1], scratch_ptr); in _nx_crypto_ec_precomputation()
3477 curve -> nx_crypto_ec_add(curve, &array[offset + j], &array[j], scratch_ptr); in _nx_crypto_ec_precomputation()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_ec.h140 VOID (*nx_crypto_ec_add)(struct NX_CRYPTO_EC_STRUCT *curve, member