Lines Matching refs:num_bytes
89 curve->num_bytes, in uECC_make_key_with_d()
91 uECC_vli_nativeToBytes(public_key + curve->num_bytes, in uECC_make_key_with_d()
92 curve->num_bytes, in uECC_make_key_with_d()
130 curve->num_bytes, in uECC_make_key()
132 uECC_vli_nativeToBytes(public_key + curve->num_bytes, in uECC_make_key()
133 curve->num_bytes, in uECC_make_key()
157 wordcount_t num_bytes = curve->num_bytes; in uECC_shared_secret() local
166 num_bytes); in uECC_shared_secret()
168 public_key + num_bytes, in uECC_shared_secret()
169 num_bytes); in uECC_shared_secret()
188 uECC_vli_nativeToBytes(secret, num_bytes, _public); in uECC_shared_secret()