HomeSort by relevance Sort by last modified time
    Searched refs:reduce_add_sub (Results 1 - 2 of 2) sorted by null

  /external/openssh/
sc25519.c 29 /* Reduce coefficients of r before calling reduce_add_sub */
30 static void reduce_add_sub(sc25519 *r) function
98 reduce_add_sub(r);
99 reduce_add_sub(r);
177 reduce_add_sub(r);
fe25519.c 43 static void reduce_add_sub(fe25519 *r) function
182 reduce_add_sub(r);
193 reduce_add_sub(r);

Completed in 713 milliseconds