Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/crypto/axtls/
Dbigint.c67 static bigint *comp_left_shift(bigint *biR, int num_shifts);
555 static bigint *comp_left_shift(bigint *biR, int num_shifts) in comp_left_shift() function
729 R = comp_left_shift(bi_clone(ctx, ctx->bi_radix), k-1); /* R */ in bi_set_mod()
730 R2 = comp_left_shift(bi_clone(ctx, ctx->bi_radix), k*2-1); /* R^2 */ in bi_set_mod()
741 bi_divide(ctx, comp_left_shift( in bi_set_mod()
863 comp_left_shift(p1, m); in karatsuba()
864 comp_left_shift(p2, 2*m); in karatsuba()
1182 bixy = bi_add(ctx, bixy, comp_left_shift( in bi_mont()