OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_self_signed
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
verify_extra_test.c
181
static int
test_self_signed
(const char *filename, int use_trusted, int expected)
function
206
return
test_self_signed
(root_f, 1, 1);
211
return
test_self_signed
(bad_f, 1, 0);
216
return
test_self_signed
("nonexistent file name", 1, -1);
222
return
test_self_signed
(bad_f, 0, 0);
/src/crypto/external/bsd/openssl/dist/test/
verify_extra_test.c
181
static int
test_self_signed
(const char *filename, int use_trusted, int expected)
function
206
return
test_self_signed
(root_f, 1, 1);
211
return
test_self_signed
(bad_f, 1, 0);
216
return
test_self_signed
("nonexistent file name", 1, -1);
222
return
test_self_signed
(bad_f, 0, 0);
/src/crypto/external/bsd/openssl.old/dist/test/
verify_extra_test.c
210
static int
test_self_signed
(const char *filename, int expected)
function
231
return
test_self_signed
(good_f, 1);
236
return
test_self_signed
(bad_f, 0);
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026