OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:s_mp_add
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_s_mp_add.c
22
s_mp_add
(mp_int * a, mp_int * b, mp_int * c)
function
/src/external/bsd/wpa/dist/src/tls/
libtommath.c
212
static int
s_mp_add
(mp_int * a, mp_int * b, mp_int * c)
function
429
res =
s_mp_add
(a, b, c);
461
res =
s_mp_add
(a, b, c);
2166
if ((res =
s_mp_add
(a, &q, a)) != MP_OKAY) {
/src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c
590
s_mp_add
(const mp_int * a, const mp_int * b, mp_int * c)
function
760
res =
s_mp_add
(a, b, c);
907
res =
s_mp_add
(a, b, c);
2239
if (
s_mp_add
(&x1, &x0, &t1) != MP_OKAY)
2241
if (
s_mp_add
(&y1, &y0, &x0) != MP_OKAY)
2745
if ((res =
s_mp_add
(a, &q, a)) != MP_OKAY) {
3038
if (
s_mp_add
(&x1, &x0, &t1) != MP_OKAY)
3044
if (
s_mp_add
(&x0x0, &x1x1, &t2) != MP_OKAY)
4027
if ((res =
s_mp_add
(a, &q, a)) != MP_OKAY) {
Completed in 48 milliseconds
Indexes created Sat Mar 14 00:24:00 UTC 2026