Searched defs:bia (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/crypto/axtls/
H A Dbigint.c239 * @param bia [in] A bigint.
243 bigint *bi_add(BI_CTX *ctx, bigint *bia, bigint *bib) argument
249 check(bia);
252 n = max(bia->size, bib->size);
253 more_comps(bia, n+1);
255 pa = bia->comps;
270 return trim(bia);
276 * @param bia [in] A bigint.
283 bigint *bia, bigint *bib, int *is_negative)
285 int n = bia
282 bi_subtract(BI_CTX *ctx, bigint *bia, bigint *bib, int *is_negative) argument
317 bi_int_multiply(BI_CTX *ctx, bigint *bia, comp b) argument
773 regular_multiply(BI_CTX *ctx, bigint *bia, bigint *bib) argument
818 karatsuba(BI_CTX *ctx, bigint *bia, bigint *bib, int is_square) argument
876 bi_multiply(BI_CTX *ctx, bigint *bia, bigint *bib) argument
954 bi_square(BI_CTX *ctx, bigint *bia) argument
977 bi_compare(bigint *bia, bigint *bib) argument
1218 partial_multiply(BI_CTX *ctx, bigint *bia, bigint *bib, int inner_partial, int outer_partial) argument
[all...]

Completed in 116 milliseconds