Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_add.c78 int max, min, dif; in BN_uadd() local
94 dif = max - min; in BN_uadd()
109 while (dif) { in BN_uadd()
110 dif--; in BN_uadd()
127 int max, min, dif; in BN_usub() local
136 dif = max - min; in BN_usub()
138 if (dif < 0) { /* hmm... should not be happening */ in BN_usub()
154 while (dif) { in BN_usub()
155 dif--; in BN_usub()

Completed in 4 milliseconds