Home
last modified time | relevance | path

Searched refs:reduceWord (Results 1 – 1 of 1) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DLongArray.java1601 reduceWord(buf, off, (len << 6), word, m, ks); in reduceWordWise()
1611 reduceWord(buf, off, toBit, word, m, ks); in reduceWordWise()
1616 private static void reduceWord(long[] buf, int off, int bit, long word, int m, int[] ks) in reduceWord() method in LongArray