OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mp_get_int
(Results
1 - 9
of
9
) sorted by null
/external/dropbear/libtommath/
bn_mp_get_int.c
19
unsigned long
mp_get_int
(mp_int * a)
function
bn_mp_is_square.c
80
r =
mp_get_int
(&t);
tommath.h
235
unsigned long
mp_get_int
(mp_int * a);
bn.tex
699
unsigned long
mp_get_int
(mp_int * a);
723
printf("number == \%lu",
mp_get_int
(&number));
770
mp_get_int
(&number1),
mp_get_int
(&number2));
[
all
...]
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h
455
#define
mp_get_int
(a) ltc_mp.get_int(a)
macro
/external/dropbear/libtommath/demo/
demo.c
106
// test
mp_get_int
107
printf("Testing:
mp_get_int
\n");
111
if (t !=
mp_get_int
(&a)) {
112
printf("
mp_get_int
() bad result!\n");
117
if (
mp_get_int
(&a) != 0) {
118
printf("
mp_get_int
() bad result!\n");
122
if (
mp_get_int
(&a) != 0xffffffff) {
123
printf("
mp_get_int
() bad result!\n");
/external/dropbear/libtomcrypt/testprof/
der_tests.c
585
DO(der_encode_short_integer(
mp_get_int
(a), buf[1], &y));
597
if (x !=
mp_get_int
(a)) {
598
fprintf(stderr, "DER INTEGER short decoding failed, %lu, %lu\n", x,
mp_get_int
(a));
[
all
...]
/external/dropbear/libtomcrypt/src/math/
ltm_desc.c
100
return
mp_get_int
(a);
/external/dropbear/libtommath/pre_gen/
mpi.c
3283
unsigned long
mp_get_int
(mp_int * a)
function
[
all
...]
Completed in 51 milliseconds