OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xinv
(Results
1 - 1
of
1
) sorted by null
/external/openssl/crypto/bn/
bn_gf2m.c
671
BIGNUM *
xinv
= NULL;
local
679
xinv
= BN_CTX_get(ctx);
680
if (
xinv
== NULL) goto err;
682
if (!BN_GF2m_mod_inv(
xinv
, x, p, ctx)) goto err;
683
if (!BN_GF2m_mod_mul(r, y,
xinv
, p, ctx)) goto err;
Completed in 36 milliseconds