Searched defs:unsigned_write (Results 1 - 4 of 4) sorted by relevance

/external/dropbear/libtomcrypt/src/math/
H A Dgmp_desc.c170 static int unsigned_write(void *a, unsigned char *b) function
414 &unsigned_write,
H A Dltm_desc.c191 static int unsigned_write(void *a, unsigned char *b) function
420 &unsigned_write,
H A Dtfm_desc.c190 static int unsigned_write(void *a, unsigned char *b) function
708 &unsigned_write,
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h156 int (*unsigned_write)(void *src, unsigned char *dst); member in struct:__anon5214
467 #define mp_to_unsigned_bin(a, b) ltc_mp.unsigned_write(a, b)

Completed in 94 milliseconds