Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Dmpi_desc.c333 static int sqr(void *a, void *b) in sqr() function
661 .sqr = sqr,
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_math.h248 int (*sqr)(void *a, void *b); member
H A Dtomcrypt_private.h226 #define mp_sqr(a, b) ltc_mp.sqr(a, b)
/optee_os/core/lib/libtomcrypt/src/math/
H A Dltm_desc.c287 static int sqr(void *a, void *b) in sqr() function
504 &sqr,
H A Dgmp_desc.c275 static int sqr(void *a, void *b) in sqr() function
602 &sqr,
H A Dtfm_desc.c254 static int sqr(void *a, void *b) in sqr() function
796 &sqr,