Home
last modified time | relevance | path

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

123

/openssl/test/ssl-tests/
H A D08-npn.cnf.in22 "NPNProtocols" => "foo",
27 "NPNProtocols" => "foo",
32 "ExpectedNPNProtocol" => "foo",
44 "NPNProtocols" => "foo,bar",
91 "NPNProtocols" => "foo",
103 "NPNProtocols" => "foo",
117 "NPNProtocols" => "foo",
140 "NPNProtocols" => "foo",
152 "NPNProtocols" => "foo",
177 "NPNProtocols" => "foo",
[all …]
H 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 …]
H A D08-npn.cnf53 NPNProtocols = foo
56 NPNProtocols = foo
179 NPNProtocols = foo
206 NPNProtocols = foo
236 NPNProtocols = foo
271 NPNProtocols = foo
308 NPNProtocols = foo
353 NPNProtocols = foo
560 NPNProtocols = foo
563 NPNProtocols = foo
[all …]
H A D09-alpn.cnf48 ALPNProtocols = foo
51 ALPNProtocols = foo
171 ALPNProtocols = foo
197 ALPNProtocols = foo
233 ALPNProtocols = foo
277 ALPNProtocols = foo
401 ALPNProtocols = foo
404 ALPNProtocols = foo
576 ALPNProtocols = foo
579 ALPNProtocols = foo
[all …]
/openssl/doc/internal/man3/
H A Devp_generic_fetch.pod119 EVP_FOO *foo = NULL;
121 if ((foo = OPENSSL_zalloc(sizeof(*foo))) == NULL)
150 foo->prov = prov;
154 return foo;
161 if (foo != NULL) {
182 EVP_FOO *foo = vfoo;
198 EVP_FOO *foo =
208 return foo;
216 const EVP_FOO *foo;
224 if (c->foo != NULL && c->foo->cleanctx != NULL)
[all …]
H A Dossl_rcu_lock_new.pod144 struct foo {
151 static struct foo *fooptr = NULL;
167 struct foo *newfoo;
168 struct foo *oldfoo;
179 newfoo = OPENSSL_zalloc(sizeof(struct foo));
195 memcpy(newfoo, oldfoo, sizeof(struct foo));
223 struct foo *myfoo = NULL;
H A Dossl_lib_ctx_get_data.pod63 /* Free foo resources associated with ctx */
69 /* Allocate and initialise some foo resources and associated with ctx */
80 /* Do some work using foo resources in ctx */
/openssl/external/perl/Text-Template-1.56/t/
H A Dexported.t52 use vars qw($string $foo $r);
54 $foo = "Don";
61 use vars qw($string $foo $r);
63 $foo = "Don";
H A Drt29928.t23 HASH => { foo => 'things' },
/openssl/crypto/objects/
H 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/test/recipes/04-test_conf_data/
H A Ddollarid_off.cnf4 foo = $bar
5 cookie = ${foo}
H A Ddollarid_on.cnf4 foo$bar = 1
5 cookie = ${foo$bar}
H A Ddollarid_off.txt3 foo = 0
H A Ddollarid_on.txt3 foo$bar = 1
H A Doversized_line.cnf1 foo = a_line_longer_than_512_characters_\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\…
H A Doversized_line.txt2 foo = a_line_longer_than_512_characters_"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""…
/openssl/test/
H A Dparams_test.c312 static unsigned char foo[1]; /* "foo" */ variable
343 foo[0] = app_foo_init; in init_app_variables()
360 { "foo", OSSL_PARAM_OCTET_STRING, &foo, sizeof(foo), 0 },
373 OSSL_PARAM_DEFN("foo", OSSL_PARAM_OCTET_STRING, &foo, sizeof(foo)),
395 params[n++] = OSSL_PARAM_construct_octet_string("foo", &foo, sizeof(foo)); in construct_api_params()
474 || !TEST_char_eq(foo[0], app_foo_init) /* Should remain untouched */ in test_case_variant()
525 || !TEST_char_eq(foo[0], app_foo_init) /* Should remain untouched */ in test_case_variant()
H 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/doc/man7/
H A Dopenssl-qlog.pod141 =item C<+foo:*> (or C<foo:*>)
143 Enables all event types in the B<foo> category.
145 =item C<-foo:*>
147 Disables all event types in the B<foo> category.
149 =item C<+foo:bar> (or C<foo:bar>)
151 Enables a specific event type B<foo:bar>.
153 =item C<-foo:bar>
155 Disables a specific event type B<foo:bar>.
/openssl/doc/internal/man7/
H A Dbuild.info.pod105 PROGRAM=foo
134 PROGRAMS=foo bar
149 SOURCE[foo]=foo.c details.c
150 DEPEND[foo]=libcookie
159 SOURCE[foo]=foo.c
161 DEPEND[foo details]=libcookie
224 PROGRAMS=foo "space cadet" bar
374 PROGRAMS=foo
409 MODULES=foo
424 SCRIPTS=foo
[all …]
/openssl/.github/ISSUE_TEMPLATE/
H A Dfeature_request.md30 int foo = 1;
31 printf("%d\n", foo);
H A Dbug_report.md49 int foo = 1;
50 printf("%d\n", foo);
/openssl/doc/man3/
H A DOSSL_PARAM.pod316 const char *foo = "some string";
317 size_t foo_l = strlen(foo);
320 { "foo", OSSL_PARAM_UTF8_PTR, &foo, foo_l, 0 },
329 const char *foo = NULL;
334 { "foo", OSSL_PARAM_UTF8_PTR, &foo, 0 /*irrelevant*/, 0 },
347 if (strcmp(params[i].key, "foo") == 0) {
348 *(char **)params[i].data = "foo value";
349 params[i].return_size = 9; /* length of "foo value" string */
/openssl/test/recipes/61-test_bio_prefix_data/
H A Din1.txt1 foo
H A Dout1.txt1 FOO foo

Completed in 56 milliseconds

123