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

/external/boringssl/src/crypto/bn/
H A Dbn_test.cc671 bssl::UniquePtr<BIGNUM> mod_inv = GetBIGNUM(t, "ModInv"); local
672 if (!a || !m || !mod_inv) {
679 !ExpectBIGNUMsEqual(t, "inv(A) (mod M)", mod_inv.get(), ret.get())) {
/external/syslinux/gpxe/src/crypto/axtls/
H A Dbigint.c1169 comp mod_inv = ctx->N0_dash[mod_offset]; local
1183 bi_int_multiply(ctx, bim, bixy->comps[i]*mod_inv), i));

Completed in 118 milliseconds