Searched refs:junk (Results 1 – 4 of 4) sorted by relevance
/openssl/test/ |
H A D | sslcorrupttest.c | 184 static unsigned char junk[16000] = { 0 }; in test_ssl_corrupt() local 231 if (!TEST_int_ge(SSL_write(client, junk, sizeof(junk)), 0)) in test_ssl_corrupt() 234 if (!TEST_int_lt(SSL_read(server, junk, sizeof(junk)), 0)) in test_ssl_corrupt()
|
H A D | bio_base64_test.c | 32 #define junk "#foo" /* Skipped initial content */ macro 45 static char *prefixes[NVAR] = { "", junk, gunk, "", "" }; 46 static char *suffixes[NVAR] = { "", "", "", sEOF, junk };
|
/openssl/crypto/perlasm/ |
H A D | ppc-xlate.pl | 32 my $junk = shift; 91 my $junk = shift;
|
/openssl/apps/lib/ |
H A D | apps.c | 2805 FILETIME junk; in app_tminterval() local 2807 GetProcessTimes(proc, &junk, &junk, &junk, &now); in app_tminterval()
|
Completed in 15 milliseconds