Home
last modified time | relevance | path

Searched refs:bignum_add (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/v/v-0.1.29/thirdparty/bignum/
H A Dbn.c204 void bignum_add(struct bn* a, struct bn* b, struct bn* c) in bignum_add() function
268 bignum_add(&tmp, &row, &row); in bignum_mul()
271 bignum_add(c, &row, c); in bignum_mul()
572 bignum_add(&low,&mid,&mid); in bignum_isqrt()
H A Dbn.h97 void bignum_add(struct bn* a, struct bn* b, struct bn* c); /* c = a + b */
/dports/math/tiny-bignum-c/tiny-bignum-c-201fb20/
H A Dbn.c205 void bignum_add(struct bn* a, struct bn* b, struct bn* c) in bignum_add() function
269 bignum_add(&tmp, &row, &row); in bignum_mul()
272 bignum_add(c, &row, c); in bignum_mul()
573 bignum_add(&low,&mid,&mid); in bignum_isqrt()
H A Dbn.h97 void bignum_add(struct bn* a, struct bn* b, struct bn* c); /* c = a + b */
/dports/net/hostapd-devel/hostap-14ab4a816/src/tls/
H A Dbignum.h21 int bignum_add(const struct bignum *a, const struct bignum *b,
H A Dbignum.c140 int bignum_add(const struct bignum *a, const struct bignum *b, in bignum_add() function
/dports/net/hostapd/hostapd-2.9/src/tls/
H A Dbignum.h21 int bignum_add(const struct bignum *a, const struct bignum *b,
H A Dbignum.c140 int bignum_add(const struct bignum *a, const struct bignum *b, in bignum_add() function
/dports/net/reaver/reaver-wps-fork-t6x-1.6.6/src/tls/
H A Dbignum.h27 int bignum_add(const struct bignum *a, const struct bignum *b,
H A Dbignum.c146 int bignum_add(const struct bignum *a, const struct bignum *b, in bignum_add() function
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/tls/
H A Dbignum.h21 int bignum_add(const struct bignum *a, const struct bignum *b,
H A Dbignum.c140 int bignum_add(const struct bignum *a, const struct bignum *b, in bignum_add() function
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/tls/
H A Dbignum.h21 int bignum_add(const struct bignum *a, const struct bignum *b,
H A Dbignum.c140 int bignum_add(const struct bignum *a, const struct bignum *b, in bignum_add() function
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dbignum.h21 int bignum_add(const struct bignum *a, const struct bignum *b,
H A Dbignum.c140 int bignum_add(const struct bignum *a, const struct bignum *b, in bignum_add() function
/dports/math/tiny-bignum-c/tiny-bignum-c-201fb20/tests/
H A Dhand_picked.c43 bignum_add(&a, &b, &a); in test_over_and_underflow()
H A Drandomized.c46 case ADD: bignum_add(&a, &b, &res); break; in main()
H A Dgolden.c217 case '+': bignum_add(&sa, &sb, &sd); break; in main()
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dartutl.c337 : (bignum_to_integer (bignum_add ((FIXNUM_TO_BIGNUM (n)), m)))) in integer_add()
339 (bignum_add (n, ((FIXNUM_P (m)) ? (FIXNUM_TO_BIGNUM (m)) : m))))); in integer_add()
348 : (bignum_to_integer (bignum_add (n, (long_to_bignum (1)))))); in integer_add_1()
H A Dbignum.h56 extern bignum_type bignum_add (bignum_type, bignum_type);
H A Dbigprm.c69 BIGNUM_BINARY (bignum_add)
/dports/lang/v/v-0.1.29/vlib/math/big/
H A Dbig.v22 fn C.bignum_add( a &Number, b &Number, c &Number) // c = a + b
90 C.bignum_add(&a, &b, &c)
/dports/security/pixiewps/pixiewps-1.4.1/src/crypto/
H A Dbignum.c128 int bignum_add(const struct bignum *a, const struct bignum *b,
/dports/security/libssh/libssh-0.9.6/include/libssh/
H A Dlibcrypto.h96 #define bignum_add(dest, a, b) BN_add(dest, a, b) macro

12