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

/vbox/src/VBox/Devices/PC/ipxe/src/crypto/axtls/
H A Dbigint.h66 * @def bi_mod
69 #define bi_mod(A, B) bi_divide(A, B, ctx->bi_mod[ctx->mod_offset], 1) macro
72 * bi_residue() is technically the same as bi_mod(), but it uses the
73 * appropriate reduction technique (which is bi_mod() when doing classical
83 #define bi_residue(A, B) bi_mod(A, B)
H A Dbigint_impl.h103 bigint *bi_mod[BIGINT_NUM_MODS]; /**< modulus */ member in struct:__anon15083

Completed in 33 milliseconds