Home
last modified time | relevance | path

Searched refs:foo (Results 1 – 25 of 50) sorted by relevance

12

/openssl-master/test/ssl-tests/
A D08-npn.cnf.in22 "NPNProtocols" => "foo",
27 "NPNProtocols" => "foo",
32 "ExpectedNPNProtocol" => "foo",
44 "NPNProtocols" => "foo,bar",
56 "NPNProtocols" => "bar,foo",
91 "NPNProtocols" => "foo",
103 "NPNProtocols" => "foo",
117 "NPNProtocols" => "foo",
142 "NPNProtocols" => "foo",
259 "NPNProtocols" => "foo",
[all …]
A D09-alpn.cnf.in23 "ALPNProtocols" => "foo",
28 "ALPNProtocols" => "foo",
32 "ExpectedALPNProtocol" => "foo",
44 "ALPNProtocols" => "foo,bar",
89 "ALPNProtocols" => "foo",
100 "ALPNProtocols" => "foo",
112 "ALPNProtocols" => "foo",
136 "ALPNProtocols" => "foo",
203 "ALPNProtocols" => "foo",
208 "ALPNProtocols" => "foo",
[all …]
A D08-npn.cnf51 NPNProtocols = foo
54 NPNProtocols = foo
177 NPNProtocols = foo
204 NPNProtocols = foo
241 NPNProtocols = foo
286 NPNProtocols = foo
493 NPNProtocols = foo
496 NPNProtocols = foo
673 NPNProtocols = foo
676 NPNProtocols = foo
[all …]
A D09-alpn.cnf46 ALPNProtocols = foo
49 ALPNProtocols = foo
169 ALPNProtocols = foo
195 ALPNProtocols = foo
231 ALPNProtocols = foo
275 ALPNProtocols = foo
399 ALPNProtocols = foo
402 ALPNProtocols = foo
574 ALPNProtocols = foo
577 ALPNProtocols = foo
[all …]
/openssl-master/doc/internal/man3/
A Devp_generic_fetch.pod136 EVP_FOO *foo = NULL;
138 if ((foo = OPENSSL_zalloc(sizeof(*foo))) == NULL)
162 foo->prov = prov;
166 return foo;
171 if (foo != NULL) {
187 EVP_FOO *foo = vfoo;
203 EVP_FOO *foo =
213 return foo;
221 const EVP_FOO *foo;
229 if (c->foo != NULL && c->foo->cleanctx != NULL)
[all …]
A Dossl_lib_ctx_get_data.pod83 FOO *ptr = OPENSSL_zalloc(sizeof(*foo));
120 /* Free foo resources associated with ctx */
126 /* Allocate and initialise some foo resources and associated with ctx */
137 /* Do some work using foo resources in ctx */
/openssl-master/external/perl/Text-Template-1.56/t/
A Dexported.t52 use vars qw($string $foo $r);
54 $foo = "Don";
61 use vars qw($string $foo $r);
63 $foo = "Don";
A Drt29928.t23 HASH => { foo => 'things' },
A Dstrict.t42 HASH => { foo => 'hashval2' });
/openssl-master/crypto/objects/
A DREADME.md23 !Alias foo 1 2 3 4
25 This just makes a name foo for an OID. The C macro
28 !Cname foo
30 This makes sure that the name foo will be used as base name
33 !module foo
/openssl-master/test/recipes/04-test_conf_data/
A Ddollarid_off.cnf4 foo = $bar
5 cookie = ${foo}
A Ddollarid_on.cnf4 foo$bar = 1
5 cookie = ${foo$bar}
A Ddollarid_off.txt3 foo = 0
A Ddollarid_on.txt3 foo$bar = 1
/openssl-master/test/
A Dparams_test.c311 static unsigned char foo[1]; /* "foo" */ variable
342 foo[0] = app_foo_init; in init_app_variables()
359 { "foo", OSSL_PARAM_OCTET_STRING, &foo, sizeof(foo), 0 },
372 OSSL_PARAM_DEFN("foo", OSSL_PARAM_OCTET_STRING, &foo, sizeof(foo)),
394 params[n++] = OSSL_PARAM_construct_octet_string("foo", &foo, sizeof(foo)); in construct_api_params()
473 || !TEST_char_eq(foo[0], app_foo_init) /* Should remain untouched */ in test_case_variant()
524 || !TEST_char_eq(foo[0], app_foo_init) /* Should remain untouched */ in test_case_variant()
A Dnamemap_internal_test.c81 const EVP_MD *sha256, *foo; in test_digestbyname() local
94 foo = EVP_get_digestbyname("foo"); in test_digestbyname()
95 if (!TEST_ptr_eq(sha256, foo)) in test_digestbyname()
/openssl-master/doc/internal/man7/
A Dbuild.info.pod105 PROGRAM=foo
134 PROGRAMS=foo bar
149 SOURCE[foo]=foo.c details.c
150 DEPEND[foo]=libcookie
153 F<foo.c> and F<details.c>, and that it depends on the library
159 SOURCE[foo]=foo.c
161 DEPEND[foo details]=libcookie
224 PROGRAMS=foo "space cadet" bar
374 PROGRAMS=foo
409 MODULES=foo
[all …]
/openssl-master/doc/man3/
A DOSSL_PARAM.pod308 const char *foo = "some string";
309 size_t foo_l = strlen(foo);
312 { "foo", OSSL_PARAM_UTF8_STRING_PTR, &foo, foo_l, 0 },
321 const char *foo = NULL;
326 { "foo", OSSL_PARAM_UTF8_STRING_PTR, &foo, 0 /*irrelevant*/, 0 },
339 if (strcmp(params[i].key, "foo") == 0) {
340 *(char **)params[i].data = "foo value";
341 params[i].return_size = 9; /* length of "foo value" string */
A DSSL_CTX_get0_param.pod42 Check hostname matches "www.foo.com" in peer certificate:
45 X509_VERIFY_PARAM_set1_host(vpm, "www.foo.com", 0);
A DOSSL_PARAM_int.pod353 const char *foo = "some string";
354 size_t foo_l = strlen(foo);
357 OSSL_PARAM_utf8_ptr("foo", &foo, foo_l),
368 const char *foo = NULL;
371 OSSL_PARAM_utf8_ptr("foo", &foo, 0),
383 if ((p = OSSL_PARAM_locate(params, "foo")) != NULL)
384 OSSL_PARAM_set_utf8_ptr(p, "foo value");
A DOSSL_trace_set_channel.pod204 int foo = 42;
209 BIO_puts(trc_out, "foo: ");
210 BIO_printf(trc_out, "%d\n", foo);
232 foo: 42
279 foo: 42
A DCTLOG_STORE_new.pod43 enabled_logs=foo,bar
45 [foo]
/openssl-master/test/recipes/61-test_bio_prefix_data/
A Din1.txt1 foo
A Dout1.txt1 FOO foo
/openssl-master/Configurations/
A DREADME.md264 "foo" => {
277 inherit_from => [ "foo", "bar" ],
310 foo/something.o foo/somethingelse.o {ex_libs}
365 PROGRAMS=foo bar
376 PROGRAMS=foo bar
377 SOURCE[foo]=foo.c common.c
382 DEPEND[foo]=libsomething
392 DEPEND[foo]=libsomething.a
409 INCLUDE[foo]=include
413 DEFINE[foo]=FOO BAR=1
[all …]

Completed in 42 milliseconds

12