Lines Matching refs:result
149 * Note: It is recommended that you hash the result of crypto_ecdh_shared_secret
213 * @result: where to write result
222 u64 vli_sub(u64 *result, const u64 *left, const u64 *right,
246 * @result: where to write vli number
251 void vli_mod_inv(u64 *result, const u64 *input, const u64 *mod,
257 * @result: where to write result value
265 void vli_mod_mult_slow(u64 *result, const u64 *left, const u64 *right,
271 * @result: resulting point
278 * Returns result = x * p + x * q over the curve.
281 void ecc_point_mult_shamir(const struct ecc_point *result,