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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_rand.c42 if ((res = mp_lshd (a, 1)) != MP_OKAY) {
H A Dbn_mp_lshd.c21 int mp_lshd (mp_int * a, int b) function
H A Dbn_mp_karatsuba_mul.c142 if (mp_lshd (&t1, B) != MP_OKAY)
144 if (mp_lshd (&x1y1, B * 2) != MP_OKAY)
H A Dbn_mp_karatsuba_sqr.c98 if (mp_lshd (&t1, B) != MP_OKAY)
100 if (mp_lshd (&x1x1, B * 2) != MP_OKAY)
H A Dbn_mp_mul_2d.c41 if ((res = mp_lshd (c, b / DIGIT_BIT)) != MP_OKAY) {
H A Dbn_mp_reduce.c80 if ((res = mp_lshd (&q, um + 1)) != MP_OKAY)
H A Dbn_mp_toom_mul.c249 if ((res = mp_lshd(&w1, 1*B)) != MP_OKAY) {
252 if ((res = mp_lshd(&w2, 2*B)) != MP_OKAY) {
255 if ((res = mp_lshd(&w3, 3*B)) != MP_OKAY) {
258 if ((res = mp_lshd(&w4, 4*B)) != MP_OKAY) {
H A Dbn_mp_toom_sqr.c193 if ((res = mp_lshd(&w1, 1*B)) != MP_OKAY) {
196 if ((res = mp_lshd(&w2, 2*B)) != MP_OKAY) {
199 if ((res = mp_lshd(&w3, 3*B)) != MP_OKAY) {
202 if ((res = mp_lshd(&w4, 4*B)) != MP_OKAY) {
H A Dbn_mp_div.c172 if ((res = mp_lshd (&y, n - t)) != MP_OKAY) { /* y = y*b**{n-t} */
236 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) {
249 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) {
H A Dtommath.h264 int mp_lshd(mp_int *a, int b);
H A Dbn.tex1075 int mp_lshd (mp_int * a, int b);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c142 static int mp_lshd(mp_int * a, int b);
1388 if ((res = mp_lshd (c, b / DIGIT_BIT)) != MP_OKAY) {
1487 static int mp_lshd (mp_int * a, int b) function
1743 if ((res = mp_lshd (&y, n - t)) != MP_OKAY) { /* y = y*b**{n-t} */
1807 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) {
1820 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) {
2300 if ((res = mp_lshd (&q, um + 1)) != MP_OKAY) {

Completed in 189 milliseconds