Lines Matching refs:num_bytes
88 curve->num_bytes, in uECC_make_key_with_d()
90 uECC_vli_nativeToBytes(public_key + curve->num_bytes, in uECC_make_key_with_d()
91 curve->num_bytes, in uECC_make_key_with_d()
129 curve->num_bytes, in uECC_make_key()
131 uECC_vli_nativeToBytes(public_key + curve->num_bytes, in uECC_make_key()
132 curve->num_bytes, in uECC_make_key()
156 wordcount_t num_bytes = curve->num_bytes; in uECC_shared_secret() local
165 num_bytes); in uECC_shared_secret()
167 public_key + num_bytes, in uECC_shared_secret()
168 num_bytes); in uECC_shared_secret()
187 uECC_vli_nativeToBytes(secret, num_bytes, _public); in uECC_shared_secret()