Searched refs:cstore (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 10067 *cstore = NULL, *new_cstore = NULL; in test_set_verify_cert_store_ssl_ctx() local 10079 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore))) in test_set_verify_cert_store_ssl_ctx() 10083 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore)) in test_set_verify_cert_store_ssl_ctx() 10106 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore))) in test_set_verify_cert_store_ssl_ctx() 10109 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore)) in test_set_verify_cert_store_ssl_ctx() 10123 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore))) in test_set_verify_cert_store_ssl_ctx() 10126 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore)) in test_set_verify_cert_store_ssl_ctx() 10147 *cstore = NULL, *new_cstore = NULL; in test_set_verify_cert_store_ssl() local 10164 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore))) in test_set_verify_cert_store_ssl() 10168 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore)) in test_set_verify_cert_store_ssl() [all …]
|
/freebsd/sys/netinet/ |
H A D | sctp_input.c | 3956 uint8_t cstore[SCTP_CHUNK_BUFFER_SIZE]; in sctp_handle_stream_reset() local 4017 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, min(param_len, sizeof(cstore)), in sctp_handle_stream_reset() 4018 (uint8_t *)&cstore); in sctp_handle_stream_reset() 4025 if (param_len > sizeof(cstore)) { in sctp_handle_stream_reset()
|