Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Dexponentiation.c430 static int mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, in mod_exp_recp() function
584 return mod_exp_recp(r, a, p, m, ctx); in BN_mod_exp()