OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mp_init
(Results
1 - 25
of
64
) sorted by null
1
2
3
/external/dropbear/libtommath/etc/
tune.c
63
mp_init
(&a);
64
mp_init
(&b);
65
mp_init
(&c);
93
mp_init
(&a);
94
mp_init
(&b);
drprime.c
12
mp_init
(&a);
13
mp_init
(&b);
pprime.c
187
if ((res =
mp_init
(&c)) != MP_OKAY) {
191
if ((res =
mp_init
(&v)) != MP_OKAY) {
203
if ((res =
mp_init
(&a)) != MP_OKAY) {
210
if ((res =
mp_init
(&b)) != MP_OKAY) {
214
if ((res =
mp_init
(&n)) != MP_OKAY) {
218
if ((res =
mp_init
(&x)) != MP_OKAY) {
222
if ((res =
mp_init
(&y)) != MP_OKAY) {
226
if ((res =
mp_init
(&z)) != MP_OKAY) {
381
mp_init
(&p);
382
mp_init
(&q)
[
all
...]
mersenne.c
16
if ((res =
mp_init
(&n)) != MP_OKAY) {
20
if ((res =
mp_init
(&u)) != MP_OKAY) {
/external/dropbear/
bignum.c
30
/* wrapper for
mp_init
, failing fatally on errors (memory allocation) */
33
if (
mp_init
(mp) != MP_OKAY) {
47
if (
mp_init
(cur_arg) != MP_OKAY) {
/external/dropbear/libtommath/
bn_mp_init_copy.c
23
if ((res =
mp_init
(a)) != MP_OKAY) {
bn_mp_init_set.c
22
if ((err =
mp_init
(a)) != MP_OKAY) {
bn_mp_init_set_int.c
22
if ((err =
mp_init
(a)) != MP_OKAY) {
bn_mp_n_root.c
38
if ((res =
mp_init
(&t1)) != MP_OKAY) {
42
if ((res =
mp_init
(&t2)) != MP_OKAY) {
46
if ((res =
mp_init
(&t3)) != MP_OKAY) {
bn_mp_exptmod.c
40
if ((err =
mp_init
(&tmpG)) != MP_OKAY) {
49
if ((err =
mp_init
(&tmpX)) != MP_OKAY) {
bn_mp_addmod.c
25
if ((res =
mp_init
(&t)) != MP_OKAY) {
bn_mp_init.c
19
int
mp_init
(mp_int * a)
function
bn_mp_init_multi.c
28
if (
mp_init
(cur_arg) != MP_OKAY) {
bn_mp_init_size.c
18
/* init an
mp_init
for a given size */
bn_mp_mod.c
25
if ((res =
mp_init
(&t)) != MP_OKAY) {
bn_mp_mulmod.c
24
if ((res =
mp_init
(&t)) != MP_OKAY) {
bn_mp_reduce_2k.c
24
if ((res =
mp_init
(&q)) != MP_OKAY) {
bn_mp_reduce_2k_l.c
27
if ((res =
mp_init
(&q)) != MP_OKAY) {
bn_mp_reduce_2k_setup.c
24
if ((res =
mp_init
(&tmp)) != MP_OKAY) {
bn_mp_reduce_2k_setup_l.c
24
if ((res =
mp_init
(&tmp)) != MP_OKAY) {
bn_mp_sqrmod.c
25
if ((res =
mp_init
(&t)) != MP_OKAY) {
bn_mp_submod.c
26
if ((res =
mp_init
(&t)) != MP_OKAY) {
/external/dropbear/libtommath/demo/
timing.c
89
mp_init
(&a);
90
mp_init
(&b);
91
mp_init
(&c);
92
mp_init
(&d);
93
mp_init
(&e);
94
mp_init
(&f);
/external/dropbear/libtomcrypt/src/math/
multi.c
24
if (
mp_init
(cur) != CRYPT_OK) {
/external/dropbear/libtommath/mtest/
mtest.c
77
mp_init
(&a);
78
mp_init
(&b);
79
mp_init
(&c);
80
mp_init
(&d);
81
mp_init
(&e);
Completed in 111 milliseconds
1
2
3