Searched refs:mod_offset (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/crypto/axtls/
H A Dbigint.h57 void bi_set_mod(BI_CTX *ctx, bigint *bim, int mod_offset);
58 void bi_free_mod(BI_CTX *ctx, int mod_offset);
69 #define bi_mod(A, B) bi_divide(A, B, ctx->bi_mod[ctx->mod_offset], 1)
H A Dbigint_impl.h121 uint8_t mod_offset; /**< The mod offset we are using */ member in struct:__anon15083

Completed in 41 milliseconds