Lines Matching defs:foo
298 * always include a "foo" parameter. This is to check that the
311 static unsigned char foo[1]; /* "foo" */
342 foo[0] = app_foo_init;
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));
473 || !TEST_char_eq(foo[0], app_foo_init) /* Should remain untouched */
474 || !TEST_ptr(p = OSSL_PARAM_locate(params, "foo")))
524 || !TEST_char_eq(foo[0], app_foo_init) /* Should remain untouched */
525 || !TEST_ptr(p = OSSL_PARAM_locate(params, "foo")))