Lines Matching refs:TEST_ptr
56 return TEST_ptr(data = ossl_lib_ctx_get_data(ctx, 0, &foo_method)) in test_context()
65 TEST_ptr(ctx = OSSL_LIB_CTX_new()) in test_app_context()
85 if (!TEST_ptr(global) in test_set0_default()
86 || !TEST_ptr(local) in test_set0_default()
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()
102 if (!TEST_ptr(prev = OSSL_LIB_CTX_set0_default(local)) 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()
119 if (!TEST_ptr(prev = OSSL_LIB_CTX_set0_default(global)) in test_set0_default()
121 || !TEST_ptr(data = ossl_lib_ctx_get_data(NULL, 0, &foo_method)) in test_set0_default()