Lines Matching refs:bi
38 void bi_permanent(bigint *bi);
39 void bi_depermanent(bigint *bi);
40 void bi_free(BI_CTX *ctx, bigint *bi);
41 bigint *bi_copy(bigint *bi);
42 bigint *bi_clone(BI_CTX *ctx, const bigint *bi);
43 void bi_export(BI_CTX *ctx, bigint *bi, uint8_t *data, int size);
53 bigint *bi_mod_power(BI_CTX *ctx, bigint *bi, bigint *biexp);
54 bigint *bi_mod_power2(BI_CTX *ctx, bigint *bi, bigint *bim, bigint *biexp);
60 void bi_print(const char *label, bigint *bi);
80 bigint *bi_barrett(BI_CTX *ctx, bigint *bi);
86 bigint *bi_square(BI_CTX *ctx, bigint *bi);