Home
last modified time | relevance | path

Searched refs:int_bn_mod_inverse (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_gcd.c197 BIGNUM *int_bn_mod_inverse(BIGNUM *in, in int_bn_mod_inverse() function
530 rv = int_bn_mod_inverse(in, a, n, ctx, &noinv); in BN_mod_inverse()
H A Dbn_blind.c276 if (int_bn_mod_inverse(ret->Ai, ret->A, ret->mod, ctx, &rv)) in BN_BLINDING_create_param()
H A Dbn_local.h662 BIGNUM *int_bn_mod_inverse(BIGNUM *in,