Searched refs:foo_method (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | context_internal_test.c | 41 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 D | ossl_lib_ctx_get_data.pod | 101 const OSSL_LIB_CTX_METHOD foo_method = { 114 FOO *data = ossl_lib_ctx_get_data(ctx, OSSL_LIB_CTX_FOO_INDEX, &foo_method);
|