OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cipher_hash_test
(Results
1 - 4
of
4
) sorted by null
/external/dropbear/libtomcrypt/testprof/
makefile
8
OBJECTS = base64_test.o
cipher_hash_test
.o der_tests.o \
cipher_hash_test.c
5
int
cipher_hash_test
(void)
function
43
/* $Source: /cvs/libtom/libtomcrypt/testprof/
cipher_hash_test
.c,v $ */
tomcrypt_test.h
29
int
cipher_hash_test
(void);
/external/dropbear/libtomcrypt/demos/
test.c
21
printf("\ncipher_test..."); fflush(stdout); x =
cipher_hash_test
(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
Completed in 87 milliseconds