Home
last modified time | relevance | path

Searched refs:unsigned_write (Results 1 – 6 of 6) sorted by relevance

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_math.h156 int (*unsigned_write)(void *src, unsigned char *dst); member
467 #define mp_to_unsigned_bin(a, b) ltc_mp.unsigned_write(a, b)
/external/dropbear/libtomcrypt/src/math/
Dgmp_desc.c170 static int unsigned_write(void *a, unsigned char *b) in unsigned_write() function
414 &unsigned_write,
Dltm_desc.c191 static int unsigned_write(void *a, unsigned char *b) in unsigned_write() function
420 &unsigned_write,
Dtfm_desc.c190 static int unsigned_write(void *a, unsigned char *b) in unsigned_write() function
708 &unsigned_write,
/external/wpa_supplicant_8/src/crypto/
Dcrypto_libtomcrypt.c19 #define mp_to_unsigned_bin(a, b) ltc_mp.unsigned_write(a, b)
/external/dropbear/libtomcrypt/
Dcrypt.tex6102 int (*unsigned_write)(void *src, unsigned char *dst);