HomeSort by relevance Sort by last modified time
    Searched refs:bi_copy (Results 1 - 3 of 3) sorted by null

  /external/syslinux/gpxe/src/crypto/axtls/
bigint.h 41 bigint *bi_copy(bigint *bi);
88 #define bi_square(A, B) bi_multiply(A, bi_copy(B), B)
bigint.c 130 bigint *bi_copy(bigint *bi) function
433 bi_int_multiply(ctx, bi_copy(v), q_dash), &is_negative);
442 tmp_u = bi_add(ctx, tmp_u, bi_copy(v));
842 p0 = bi_square(ctx, bi_copy(x0));
843 p2 = bi_square(ctx, bi_copy(x1));
855 p0 = bi_multiply(ctx, bi_copy(x0), bi_copy(y0));
856 p2 = bi_multiply(ctx, bi_copy(x1), bi_copy(y1));
861 bi_subtract(ctx, p1, bi_copy(p2), NULL), bi_copy(p0), NULL)
    [all...]
rsa.c 208 m1 = bi_mod_power(ctx, bi_copy(bi), rsa->dP);
213 h = bi_subtract(ctx, bi_add(ctx, m1, rsa->p), bi_copy(m2), NULL);

Completed in 167 milliseconds