Home
last modified time | relevance | path

Searched refs:get_digit (Results 1 – 5 of 5) sorted by relevance

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_math.h86 unsigned long (*get_digit)(void *a, int n); member
456 #define mp_get_digit(a, n) ltc_mp.get_digit(a, n)
/external/dropbear/libtomcrypt/src/math/
Dgmp_desc.c77 static unsigned long get_digit(void *a, int n) in get_digit() function
403 &get_digit,
Dltm_desc.c103 static unsigned long get_digit(void *a, int n) in get_digit() function
409 &get_digit,
Dtfm_desc.c102 static unsigned long get_digit(void *a, int n) in get_digit() function
697 &get_digit,
/external/dropbear/libtomcrypt/
Dcrypt.tex6028 unsigned long (*get_digit)(void *a, int n);