Searched refs:compare_d (Results 1 - 5 of 5) sorted by relevance
/external/dropbear/libtomcrypt/src/headers/ |
H A D | tomcrypt_math.h | 106 int (*compare_d)(void *a, unsigned long n); member in struct:__anon4073 459 #define mp_cmp_d(a, b) ltc_mp.compare_d(a, b)
|
/external/dropbear/libtomcrypt/src/math/ |
H A D | gmp_desc.c | 104 static int compare_d(void *a, unsigned long b) function 406 &compare_d,
|
H A D | ltm_desc.c | 133 static int compare_d(void *a, unsigned long b) function 412 &compare_d,
|
H A D | tfm_desc.c | 132 static int compare_d(void *a, unsigned long b) function 700 &compare_d,
|
/external/dropbear/libtomcrypt/ |
H A D | crypt.tex | 6052 int (*compare_d)(void *a, unsigned long n);
|
Completed in 1498 milliseconds