Lines Matching refs:_public
74 uECC_word_t _public[NUM_ECC_WORDS * 2]; in uECC_make_key_with_d() local
82 if (EccPoint_compute_public_key(_public, _private, curve)) { in uECC_make_key_with_d()
90 _public); in uECC_make_key_with_d()
93 _public + curve->num_words); in uECC_make_key_with_d()
108 uECC_word_t _public[NUM_ECC_WORDS * 2]; in uECC_make_key() local
123 if (EccPoint_compute_public_key(_public, _private, curve)) { in uECC_make_key()
131 _public); in uECC_make_key()
134 _public + curve->num_words); in uECC_make_key()
149 uECC_word_t _public[NUM_ECC_WORDS * 2]; in uECC_shared_secret() local
164 uECC_vli_bytesToNative(_public, in uECC_shared_secret()
167 uECC_vli_bytesToNative(_public + num_words, in uECC_shared_secret()
185 EccPoint_mult(_public, _public, p2[!carry], initial_Z, curve->num_n_bits + 1, in uECC_shared_secret()
188 uECC_vli_nativeToBytes(secret, num_bytes, _public); in uECC_shared_secret()
189 r = !EccPoint_isZero(_public, curve); in uECC_shared_secret()