Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ecdsa.c325 NX_CRYPTO_HUGE_NUMBER u1; in _nx_crypto_ecdsa_verify() local
372 NX_CRYPTO_HUGE_NUMBER_INITIALIZE(&u1, scratch, buffer_size << 1); in _nx_crypto_ecdsa_verify()
456 _nx_crypto_huge_number_multiply(&z, &w, &u1); in _nx_crypto_ecdsa_verify()
457 _nx_crypto_huge_number_modulus(&u1, &curve -> nx_crypto_ec_n); in _nx_crypto_ecdsa_verify()
464 curve -> nx_crypto_ec_multiple(curve, &curve -> nx_crypto_ec_g, &u1, &pt, scratch); in _nx_crypto_ecdsa_verify()