OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BN_usub
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_add.c
28
ret =
BN_usub
(r, a, b);
31
ret =
BN_usub
(r, b, a);
59
ret =
BN_usub
(r, a, b);
62
ret =
BN_usub
(r, b, a);
125
int
BN_usub
(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
/src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_add.c
28
ret =
BN_usub
(r, a, b);
31
ret =
BN_usub
(r, b, a);
59
ret =
BN_usub
(r, a, b);
62
ret =
BN_usub
(r, b, a);
125
int
BN_usub
(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
/src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_add.c
28
ret =
BN_usub
(r, a, b);
31
ret =
BN_usub
(r, b, a);
59
ret =
BN_usub
(r, a, b);
62
ret =
BN_usub
(r, b, a);
125
int
BN_usub
(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026