Lines Matching refs:uECC_word_t
72 uECC_word_t _private[NUM_ECC_WORDS]; in uECC_make_key_with_d()
73 uECC_word_t _public[NUM_ECC_WORDS * 2]; in uECC_make_key_with_d()
105 uECC_word_t _random[NUM_ECC_WORDS * 2]; in uECC_make_key()
106 uECC_word_t _private[NUM_ECC_WORDS]; in uECC_make_key()
107 uECC_word_t _public[NUM_ECC_WORDS * 2]; in uECC_make_key()
108 uECC_word_t tries; in uECC_make_key()
148 uECC_word_t _public[NUM_ECC_WORDS * 2]; in uECC_shared_secret()
149 uECC_word_t _private[NUM_ECC_WORDS]; in uECC_shared_secret()
151 uECC_word_t tmp[NUM_ECC_WORDS]; in uECC_shared_secret()
152 uECC_word_t *p2[2] = {_private, tmp}; in uECC_shared_secret()
153 uECC_word_t *initial_Z = 0; in uECC_shared_secret()
154 uECC_word_t carry; in uECC_shared_secret()