Home
last modified time | relevance | path

Searched defs:addi (Results 1 – 4 of 4) sorted by relevance

/external/dropbear/libtomcrypt/src/math/
Dgmp_desc.c197 static int addi(void *a, unsigned long b, void *c) in addi() function
Dltm_desc.c215 static int addi(void *a, unsigned long b, void *c) in addi() function
Dtfm_desc.c217 static int addi(void *a, unsigned long b, void *c) in addi() function
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_math.h183 int (*addi)(void *a, unsigned long b, void *c); member