Home
last modified time | relevance | path

Searched refs:crypt_argchk (Results 1 – 8 of 8) sorted by relevance

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_argchk.h8 void crypt_argchk(char *v, char *s, int d);
9 #define LTC_ARGCHK(x) if (!(x)) { crypt_argchk(#x, __FILE__, __LINE__); }
/external/dropbear/libtomcrypt/src/misc/crypt/
Dcrypt_argchk.c20 void crypt_argchk(char *v, char *s, int d) in crypt_argchk() function
/external/dropbear/libtomcrypt/
DAndroid.mk44 src/misc/crypt/crypt_argchk.c src/misc/crypt/crypt_cipher_descriptor.c \
DMakefile.in135 src/misc/crypt/crypt_argchk.o src/misc/crypt/crypt_cipher_descriptor.o \
Dmakefile.msvc42 src/misc/crypt/crypt_argchk.obj src/misc/crypt/crypt_cipher_descriptor.obj \
Dmakefile.icc132 src/misc/crypt/crypt_argchk.o src/misc/crypt/crypt_cipher_descriptor.o \
Dmakefile.unix78 src/misc/crypt/crypt_argchk.o src/misc/crypt/crypt_cipher_descriptor.o \
Dmakefile.shared137 src/misc/crypt/crypt_argchk.o src/misc/crypt/crypt_cipher_descriptor.o \