Home
last modified time | relevance | path

Searched refs:noinv (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_gcd.c520 int noinv = 0; in BN_mod_inverse() local
530 rv = int_bn_mod_inverse(in, a, n, ctx, &noinv); in BN_mod_inverse()
531 if (noinv) in BN_mod_inverse()
H A Dbn_local.h664 int *noinv);