Lines Matching refs:ga
503 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()
697 &ga, in _nx_crypto_ecjpake_key_exchange_process()