OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mpi_to_ltc_error
(Results
1 - 1
of
1
) sorted by null
/external/dropbear/libtomcrypt/src/math/
ltm_desc.c
32
static int
mpi_to_ltc_error
(int err)
function
55
if ((err =
mpi_to_ltc_error
(mp_init(*a))) != CRYPT_OK) {
72
return
mpi_to_ltc_error
(mp_neg(a, b));
79
return
mpi_to_ltc_error
(mp_copy(a, b));
94
return
mpi_to_ltc_error
(mp_set_int(a, b));
162
return
mpi_to_ltc_error
(mp_2expt(a, n));
172
return
mpi_to_ltc_error
(mp_read_radix(a, b, radix));
180
return
mpi_to_ltc_error
(mp_toradix(a, b, radix));
195
return
mpi_to_ltc_error
(mp_to_unsigned_bin(a, b));
203
return
mpi_to_ltc_error
(mp_read_unsigned_bin(a, b, len))
[
all
...]
Completed in 118 milliseconds