OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BN_from_montgomery
(Results
1 - 5
of
5
) sorted by null
/external/boringssl/src/crypto/ec/
ec_montgomery.c
226
return
BN_from_montgomery
(r, a, group->mont, ctx);
/external/boringssl/src/crypto/bn/
exponentiation.c
134
int
bn_from_montgomery
(BN_ULONG *rp, const BN_ULONG *ap,
774
if (!
BN_from_montgomery
(rr, r, mont, ctx)) {
1119
ret =
bn_from_montgomery
(tmp.d, tmp.d, NULL, np2, n0, top);
[
all
...]
montgomery.c
495
int
BN_from_montgomery
(BIGNUM *ret, const BIGNUM *a, const BN_MONT_CTX *mont,
bn_test.cc
933
!
BN_from_montgomery
(A.get(), c.get(), mont.get(), ctx)) {
[
all
...]
/external/boringssl/src/include/openssl/
bn.h
[
all
...]
Completed in 284 milliseconds