Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ecjpake.c503 NX_CRYPTO_EC_POINT ga; in _nx_crypto_ecjpake_key_exchange_generate() local
513 NX_CRYPTO_EC_POINT_INITIALIZE(&ga, NX_CRYPTO_EC_POINT_AFFINE, scratch, buffer_size); in _nx_crypto_ecjpake_key_exchange_generate()
526 &ga, in _nx_crypto_ecjpake_key_exchange_generate()
534 &ga, in _nx_crypto_ecjpake_key_exchange_generate()
640 NX_CRYPTO_EC_POINT ga; in _nx_crypto_ecjpake_key_exchange_process() local
650 NX_CRYPTO_EC_POINT_INITIALIZE(&ga, NX_CRYPTO_EC_POINT_AFFINE, scratch, buffer_size); in _nx_crypto_ecjpake_key_exchange_process()
664 NX_CRYPTO_HUGE_NUMBER_COPY(&ga.nx_crypto_ec_point_x, in _nx_crypto_ecjpake_key_exchange_process()
666 NX_CRYPTO_HUGE_NUMBER_COPY(&ga.nx_crypto_ec_point_y, in _nx_crypto_ecjpake_key_exchange_process()
668 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()
[all …]