Home
last modified time | relevance | path

Searched refs:mac_test (Results 1 – 7 of 7) sorted by relevance

/external/dropbear/libtomcrypt/testprof/
Dmac_test.c4 int mac_test(void) in mac_test() function
Dmakefile.msvc4 dsa_test.obj ecc_test.obj mac_test.obj modes_test.obj pkcs_1_test.obj \
Dmakefile.icc5 dsa_test.o ecc_test.o mac_test.o modes_test.o pkcs_1_test.o rsa_test.o \
Dmakefile9 dsa_test.o ecc_test.o mac_test.o modes_test.o pkcs_1_test.o rsa_test.o \
Dmakefile.shared11 dsa_test.o ecc_test.o mac_test.o modes_test.o pkcs_1_test.o rsa_test.o \
Dtomcrypt_test.h31 int mac_test(void);
/external/dropbear/libtomcrypt/demos/
Dtest.c24 …printf("\nmac_test......"); fflush(stdout); x = mac_test(); printf(x ? "failed" : "passed"… in main()