Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Dmpi_desc.c256 static int unsigned_read(void *a, unsigned char *b, unsigned long len) in unsigned_read() function
653 .unsigned_read = unsigned_read,
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_math.h185 int (*unsigned_read)( void *dst, member
H A Dtomcrypt_private.h218 #define mp_read_unsigned_bin(a, b, c) ltc_mp.unsigned_read(a, b, c)
/optee_os/core/lib/libtomcrypt/src/math/
H A Dltm_desc.c227 static int unsigned_read(void *a, unsigned char *b, unsigned long len) in unsigned_read() function
496 &unsigned_read,
H A Dgmp_desc.c212 static int unsigned_read(void *a, unsigned char *b, unsigned long len) in unsigned_read() function
594 &unsigned_read,
H A Dtfm_desc.c191 static int unsigned_read(void *a, unsigned char *b, unsigned long len) in unsigned_read() function
788 &unsigned_read,