Home | History | Annotate | Download | only in test

Lines Matching refs:cstore

11534                *cstore = NULL, *new_cstore = NULL;
11546 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore)))
11550 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore))
11573 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore)))
11576 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore))
11590 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore)))
11593 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore))
11614 *cstore = NULL, *new_cstore = NULL;
11631 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore)))
11635 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore))
11658 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore)))
11661 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore))
11675 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore)))
11678 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore))