OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mp_add
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_add.c
21
int
mp_add
(mp_int * a, mp_int * b, mp_int * c)
function
/src/external/bsd/wpa/dist/src/tls/
libtommath.c
416
static int
mp_add
(mp_int * a, mp_int * b, mp_int * c)
function
567
res =
mp_add
(b, &t, c);
813
if ((res =
mp_add
(&A, &y, &A)) != MP_OKAY) {
838
if ((res =
mp_add
(&C, &y, &C)) != MP_OKAY) {
897
if ((res =
mp_add
(&C, b, &C)) != MP_OKAY) {
1642
((res =
mp_add
(&q, &tq, &q)) != MP_OKAY)) {
1830
if ((res =
mp_add
(&x, &t1, &x)) != MP_OKAY) {
2310
if ((res =
mp_add
(x, &q, x)) != MP_OKAY) {
/src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c
894
static int
mp_add
(const mp_int * a, const mp_int * b, mp_int * c)
function
1208
if ((res =
mp_add
(&x, &t1, &x)) != MP_OKAY) {
1261
res =
mp_add
(b, &t, c);
1477
if ((res =
mp_add
(&D, b, &D)) != MP_OKAY) {
1541
if ((res =
mp_add
(&A, &y, &A)) != MP_OKAY) {
1566
if ((res =
mp_add
(&C, &y, &C)) != MP_OKAY) {
1625
if ((res =
mp_add
(&C, b, &C)) != MP_OKAY) {
1933
if ((res =
mp_add
(&tmp1, &a1, &tmp1)) != MP_OKAY) {
1939
if ((res =
mp_add
(&tmp1, &a2, &tmp1)) != MP_OKAY) {
1946
if ((res =
mp_add
(&tmp2, &b1, &tmp2)) != MP_OKAY)
[
all
...]
Completed in 41 milliseconds
Indexes created Sat Mar 14 00:24:00 UTC 2026