Home
last modified time | relevance | path

Searched refs:bignum_init (Results 1 – 25 of 44) sorted by relevance

12

/dports/math/tiny-bignum-c/tiny-bignum-c-201fb20/tests/
H A Drsa.c89 bignum_init(&M); in test_rsa_1()
90 bignum_init(&C); in test_rsa_1()
91 bignum_init(&D); in test_rsa_1()
92 bignum_init(&E); in test_rsa_1()
93 bignum_init(&N); in test_rsa_1()
145 bignum_init(&M); in test_rsa_2()
146 bignum_init(&C); in test_rsa_2()
147 bignum_init(&D); in test_rsa_2()
148 bignum_init(&E); in test_rsa_2()
149 bignum_init(&N); in test_rsa_2()
[all …]
H A Dload_cmp.c30 bignum_init(&sa); in main()
31 bignum_init(&sb); in main()
32 bignum_init(&sc); in main()
33 bignum_init(&sd); in main()
34 bignum_init(&ia); in main()
35 bignum_init(&ib); in main()
36 bignum_init(&ic); in main()
37 bignum_init(&id); in main()
93 bignum_init(&sd); in main()
110 bignum_init(&sa); in main()
[all …]
H A Drandomized.c31 bignum_init(&a); in main()
32 bignum_init(&b); in main()
33 bignum_init(&c); in main()
34 bignum_init(&res); in main()
H A Dhand_picked.c19 bignum_init(&b); bignum_dec(&b); // b now holds biggest bignum in test_evil()
/dports/net/hostapd-devel/hostap-14ab4a816/src/tls/
H A Drsa.c71 key->n = bignum_init(); in crypto_rsa_import_public_key()
72 key->e = bignum_init(); in crypto_rsa_import_public_key()
124 key->n = bignum_init(); in crypto_rsa_import_public_key_parts()
125 key->e = bignum_init(); in crypto_rsa_import_public_key_parts()
157 key->n = bignum_init(); in crypto_rsa_import_private_key()
158 key->e = bignum_init(); in crypto_rsa_import_private_key()
159 key->d = bignum_init(); in crypto_rsa_import_private_key()
196 zero = bignum_init(); in crypto_rsa_import_private_key()
266 tmp = bignum_init(); in crypto_rsa_exptmod()
291 a = bignum_init(); in crypto_rsa_exptmod()
[all …]
H A Dbignum.h14 struct bignum * bignum_init(void);
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/tls/
H A Drsa.c71 key->n = bignum_init(); in crypto_rsa_import_public_key()
72 key->e = bignum_init(); in crypto_rsa_import_public_key()
124 key->n = bignum_init(); in crypto_rsa_import_public_key_parts()
125 key->e = bignum_init(); in crypto_rsa_import_public_key_parts()
157 key->n = bignum_init(); in crypto_rsa_import_private_key()
158 key->e = bignum_init(); in crypto_rsa_import_private_key()
159 key->d = bignum_init(); in crypto_rsa_import_private_key()
196 zero = bignum_init(); in crypto_rsa_import_private_key()
266 tmp = bignum_init(); in crypto_rsa_exptmod()
291 a = bignum_init(); in crypto_rsa_exptmod()
[all …]
H A Dbignum.h14 struct bignum * bignum_init(void);
/dports/net/hostapd/hostapd-2.9/src/tls/
H A Drsa.c72 key->n = bignum_init(); in crypto_rsa_import_public_key()
73 key->e = bignum_init(); in crypto_rsa_import_public_key()
129 key->n = bignum_init(); in crypto_rsa_import_public_key_parts()
130 key->e = bignum_init(); in crypto_rsa_import_public_key_parts()
162 key->n = bignum_init(); in crypto_rsa_import_private_key()
163 key->e = bignum_init(); in crypto_rsa_import_private_key()
164 key->d = bignum_init(); in crypto_rsa_import_private_key()
205 zero = bignum_init(); in crypto_rsa_import_private_key()
275 tmp = bignum_init(); in crypto_rsa_exptmod()
300 a = bignum_init(); in crypto_rsa_exptmod()
[all …]
H A Dbignum.h14 struct bignum * bignum_init(void);
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/tls/
H A Drsa.c72 key->n = bignum_init(); in crypto_rsa_import_public_key()
73 key->e = bignum_init(); in crypto_rsa_import_public_key()
129 key->n = bignum_init(); in crypto_rsa_import_public_key_parts()
130 key->e = bignum_init(); in crypto_rsa_import_public_key_parts()
162 key->n = bignum_init(); in crypto_rsa_import_private_key()
163 key->e = bignum_init(); in crypto_rsa_import_private_key()
164 key->d = bignum_init(); in crypto_rsa_import_private_key()
205 zero = bignum_init(); in crypto_rsa_import_private_key()
275 tmp = bignum_init(); in crypto_rsa_exptmod()
300 a = bignum_init(); in crypto_rsa_exptmod()
[all …]
H A Dbignum.h14 struct bignum * bignum_init(void);
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Drsa.c72 key->n = bignum_init(); in crypto_rsa_import_public_key()
73 key->e = bignum_init(); in crypto_rsa_import_public_key()
129 key->n = bignum_init(); in crypto_rsa_import_public_key_parts()
130 key->e = bignum_init(); in crypto_rsa_import_public_key_parts()
162 key->n = bignum_init(); in crypto_rsa_import_private_key()
163 key->e = bignum_init(); in crypto_rsa_import_private_key()
164 key->d = bignum_init(); in crypto_rsa_import_private_key()
205 zero = bignum_init(); in crypto_rsa_import_private_key()
275 tmp = bignum_init(); in crypto_rsa_exptmod()
300 a = bignum_init(); in crypto_rsa_exptmod()
[all …]
H A Dbignum.h14 struct bignum * bignum_init(void);
/dports/net/reaver/reaver-wps-fork-t6x-1.6.6/src/tls/
H A Drsa.c78 key->n = bignum_init(); in crypto_rsa_import_public_key()
79 key->e = bignum_init(); in crypto_rsa_import_public_key()
145 key->n = bignum_init(); in crypto_rsa_import_private_key()
146 key->e = bignum_init(); in crypto_rsa_import_private_key()
147 key->d = bignum_init(); in crypto_rsa_import_private_key()
148 key->p = bignum_init(); in crypto_rsa_import_private_key()
149 key->q = bignum_init(); in crypto_rsa_import_private_key()
188 zero = bignum_init(); in crypto_rsa_import_private_key()
258 tmp = bignum_init(); in crypto_rsa_exptmod()
283 a = bignum_init(); in crypto_rsa_exptmod()
[all …]
H A Dbignum.h20 struct bignum * bignum_init(void);
/dports/net/hostapd/hostapd-2.9/src/crypto/
H A Dcrypto_internal-modexp.c56 pub = bignum_init(); in crypto_dh_derive_secret()
66 p = bignum_init(); in crypto_dh_derive_secret()
67 q = bignum_init(); in crypto_dh_derive_secret()
68 tmp = bignum_init(); in crypto_dh_derive_secret()
97 bn_base = bignum_init(); in crypto_mod_exp()
98 bn_exp = bignum_init(); in crypto_mod_exp()
99 bn_modulus = bignum_init(); in crypto_mod_exp()
100 bn_result = bignum_init(); in crypto_mod_exp()
/dports/net/hostapd-devel/hostap-14ab4a816/src/crypto/
H A Dcrypto_internal-modexp.c56 pub = bignum_init(); in crypto_dh_derive_secret()
66 p = bignum_init(); in crypto_dh_derive_secret()
67 q = bignum_init(); in crypto_dh_derive_secret()
68 tmp = bignum_init(); in crypto_dh_derive_secret()
97 bn_base = bignum_init(); in crypto_mod_exp()
98 bn_exp = bignum_init(); in crypto_mod_exp()
99 bn_modulus = bignum_init(); in crypto_mod_exp()
100 bn_result = bignum_init(); in crypto_mod_exp()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_internal-modexp.c56 pub = bignum_init(); in crypto_dh_derive_secret()
66 p = bignum_init(); in crypto_dh_derive_secret()
67 q = bignum_init(); in crypto_dh_derive_secret()
68 tmp = bignum_init(); in crypto_dh_derive_secret()
97 bn_base = bignum_init(); in crypto_mod_exp()
98 bn_exp = bignum_init(); in crypto_mod_exp()
99 bn_modulus = bignum_init(); in crypto_mod_exp()
100 bn_result = bignum_init(); in crypto_mod_exp()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/crypto/
H A Dcrypto_internal-modexp.c56 pub = bignum_init(); in crypto_dh_derive_secret()
66 p = bignum_init(); in crypto_dh_derive_secret()
67 q = bignum_init(); in crypto_dh_derive_secret()
68 tmp = bignum_init(); in crypto_dh_derive_secret()
97 bn_base = bignum_init(); in crypto_mod_exp()
98 bn_exp = bignum_init(); in crypto_mod_exp()
99 bn_modulus = bignum_init(); in crypto_mod_exp()
100 bn_result = bignum_init(); in crypto_mod_exp()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_internal-modexp.c56 pub = bignum_init(); in crypto_dh_derive_secret()
66 p = bignum_init(); in crypto_dh_derive_secret()
67 q = bignum_init(); in crypto_dh_derive_secret()
68 tmp = bignum_init(); in crypto_dh_derive_secret()
97 bn_base = bignum_init(); in crypto_mod_exp()
98 bn_exp = bignum_init(); in crypto_mod_exp()
99 bn_modulus = bignum_init(); in crypto_mod_exp()
100 bn_result = bignum_init(); in crypto_mod_exp()
/dports/net/reaver/reaver-wps-fork-t6x-1.6.6/src/crypto/
H A Dcrypto_internal-modexp.c29 bn_base = bignum_init(); in crypto_mod_exp()
30 bn_exp = bignum_init(); in crypto_mod_exp()
31 bn_modulus = bignum_init(); in crypto_mod_exp()
32 bn_result = bignum_init(); in crypto_mod_exp()
/dports/security/pixiewps/pixiewps-1.4.1/src/crypto/
H A Dcrypto_internal-modexp.c30 bn_base = bignum_init(); in crypto_mod_exp()
31 bn_exp = bignum_init(); in crypto_mod_exp()
32 bn_modulus = bignum_init(); in crypto_mod_exp()
33 bn_result = bignum_init(); in crypto_mod_exp()
/dports/lang/v/v-0.1.29/thirdparty/bignum/
H A Dbn.c37 void bignum_init(struct bn* n) in bignum_init() function
53 bignum_init(n); in bignum_from_int()
105 bignum_init(n); in bignum_from_string()
254 bignum_init(c); in bignum_mul()
258 bignum_init(&row); in bignum_mul()
264 bignum_init(&tmp); in bignum_mul()
307 bignum_init(c); // int answer = 0; in bignum_div()
512 bignum_init(c); in bignum_pow()
553 bignum_init(&low); in bignum_isqrt()
/dports/math/tiny-bignum-c/tiny-bignum-c-201fb20/
H A Dbn.c37 void bignum_init(struct bn* n) in bignum_init() function
53 bignum_init(n); in bignum_from_int()
106 bignum_init(n); in bignum_from_string()
255 bignum_init(c); in bignum_mul()
259 bignum_init(&row); in bignum_mul()
265 bignum_init(&tmp); in bignum_mul()
308 bignum_init(c); // int answer = 0; in bignum_div()
513 bignum_init(c); in bignum_pow()
554 bignum_init(&low); in bignum_isqrt()

12