Home | History | Annotate | Download | only in test

Lines Matching refs:cstore

10067               *cstore = NULL, *new_cstore = NULL;
10079 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore)))
10083 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore))
10106 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore)))
10109 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore))
10123 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore)))
10126 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore))
10147 *cstore = NULL, *new_cstore = NULL;
10164 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore)))
10168 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore))
10191 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore)))
10194 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore))
10208 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore)))
10211 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore))