OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BN_mod_sub
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/bn/
bn_mod.c
159
int
BN_mod_sub
(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx)
166
/*
BN_mod_sub
variant that may be used if both a and b are non-negative
/external/chromium_org/third_party/boringssl/src/crypto/bn/
div.c
407
int
BN_mod_sub
(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
415
/*
BN_mod_sub
variant that may be used if both a and b are non-negative
Completed in 667 milliseconds