Searched refs:next_w (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_exp.c730 BN_ULONG w, next_w; local
802 next_w = w*w;
803 if ((next_w/w) != w) /* overflow */
814 next_w = 1;
816 w = next_w;
825 next_w = w*a;
826 if ((next_w/a) != w) /* overflow */
837 next_w = a;
839 w = next_w;

Completed in 102 milliseconds