Home
last modified time | relevance | path

Searched refs:foo_method (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dcontext_internal_test.c41 static const OSSL_LIB_CTX_METHOD foo_method = { variable
56 return TEST_ptr(data = ossl_lib_ctx_get_data(ctx, 0, &foo_method)) in test_context()
88 || !TEST_ptr(data = ossl_lib_ctx_get_data(local, 0, &foo_method))) in test_set0_default()
97 if (!TEST_ptr(data = ossl_lib_ctx_get_data(NULL, 0, &foo_method)) in test_set0_default()
104 || !TEST_ptr(data = ossl_lib_ctx_get_data(NULL, 0, &foo_method)) in test_set0_default()
110 || !TEST_ptr(data = ossl_lib_ctx_get_data(NULL, 0, &foo_method)) in test_set0_default()
121 || !TEST_ptr(data = ossl_lib_ctx_get_data(NULL, 0, &foo_method)) in test_set0_default()
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_lib_ctx_get_data.pod101 const OSSL_LIB_CTX_METHOD foo_method = {
114 FOO *data = ossl_lib_ctx_get_data(ctx, OSSL_LIB_CTX_FOO_INDEX, &foo_method);