Lines Matching refs:cstore
10779 *cstore = NULL, *new_cstore = NULL; in test_set_verify_cert_store_ssl_ctx() local
10791 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore))) in test_set_verify_cert_store_ssl_ctx()
10795 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore)) in test_set_verify_cert_store_ssl_ctx()
10818 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore))) in test_set_verify_cert_store_ssl_ctx()
10821 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore)) in test_set_verify_cert_store_ssl_ctx()
10835 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore))) in test_set_verify_cert_store_ssl_ctx()
10838 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore)) in test_set_verify_cert_store_ssl_ctx()
10859 *cstore = NULL, *new_cstore = NULL; in test_set_verify_cert_store_ssl() local
10876 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore))) in test_set_verify_cert_store_ssl()
10880 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore)) in test_set_verify_cert_store_ssl()
10903 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore))) in test_set_verify_cert_store_ssl()
10906 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore)) in test_set_verify_cert_store_ssl()
10920 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore))) in test_set_verify_cert_store_ssl()
10923 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore)) in test_set_verify_cert_store_ssl()