HomeSort by relevance Sort by last modified time
    Searched refs:modes_test (Results 1 - 4 of 4) sorted by null

  /external/dropbear/libtomcrypt/testprof/
makefile 9 dsa_test.o ecc_test.o mac_test.o modes_test.o pkcs_1_test.o rsa_test.o \
tomcrypt_test.h 30 int modes_test(void);
modes_test.c 4 int modes_test(void) function
113 /* $Source: /cvs/libtom/libtomcrypt/testprof/modes_test.c,v $ */
  /external/dropbear/libtomcrypt/demos/
test.c 22 printf("\nmodes_test...."); fflush(stdout); x = modes_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);

Completed in 318 milliseconds