Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/crypto/axtls/
Dbigint.c60 static bigint *bi_int_divide(BI_CTX *ctx, bigint *biR, comp denom);
66 static bigint *comp_right_shift(bigint *biR, int num_shifts);
67 static bigint *comp_left_shift(bigint *biR, int num_shifts);
218 bigint *biR = alloc(ctx, 1); in int_to_bi() local
219 biR->comps[0] = i; in int_to_bi()
220 return biR; in int_to_bi()
230 bigint *biR = alloc(ctx, bi->size); in bi_clone() local
232 memcpy(biR->comps, bi->comps, bi->size*COMP_BYTE_SIZE); in bi_clone()
233 return biR; in bi_clone()
320 bigint *biR = alloc(ctx, n + 1); in bi_int_multiply() local
[all …]