Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Dmpi_desc.c243 static int unsigned_write(void *a, unsigned char *b) in unsigned_write() function
652 .unsigned_write = unsigned_write,
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_math.h177 int (*unsigned_write)(void *src, unsigned char *dst); member
H A Dtomcrypt_private.h217 #define mp_to_unsigned_bin(a, b) ltc_mp.unsigned_write(a, b)
/optee_os/core/lib/libtomcrypt/src/math/
H A Dltm_desc.c215 static int unsigned_write(void *a, unsigned char *b) in unsigned_write() function
495 &unsigned_write,
H A Dgmp_desc.c203 static int unsigned_write(void *a, unsigned char *b) in unsigned_write() function
593 &unsigned_write,
H A Dtfm_desc.c182 static int unsigned_write(void *a, unsigned char *b) in unsigned_write() function
787 &unsigned_write,