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

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

Completed in 1593 milliseconds