OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:no_inverse
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/rsa/
blinding.c
331
int
no_inverse
;
local
332
if (BN_mod_inverse_ex(ret->Ai, &
no_inverse
, ret->A, ret->mod, ctx) == NULL) {
334
if (
no_inverse
) {
/external/boringssl/src/crypto/bn/
gcd.c
544
int
no_inverse
;
local
545
return BN_mod_inverse_ex(out, &
no_inverse
, a, n, ctx);
Completed in 351 milliseconds