Searched refs:FOO (Results 1 – 9 of 9) sorted by relevance
28 } FOO; typedef32 FOO *ptr = OPENSSL_zalloc(sizeof(*ptr)); in foo_new()54 FOO *data = NULL; in test_context()83 FOO *data = NULL; in test_set0_default()
49 if (open(FOO, ">unwritable.txt")) {50 close FOO;
72 For a type C<FOO> that should end up in the OpenSSL library context, a79 } FOO;83 FOO *ptr = OPENSSL_zalloc(sizeof(*foo));114 FOO *data = ossl_lib_ctx_get_data(ctx, OSSL_LIB_CTX_FOO_INDEX, &foo_method);
113 And here's the implementation of the FOO method fetcher:
1 FOO foo
628 It implements the fictitious algorithm C<FOO> for the fictitious666 /* operation context for the algorithm FOO */724 { "FOO", "provider=chumbawamba", foo_fns },
108 for Unix), or C<foo.exe> (typical for Windows), or even C<BLAH$FOO.EXE>
413 DEFINE[foo]=FOO BAR=1
3779 FOO *x;3783 FOO x;
Completed in 35 milliseconds