Home
last modified time | relevance | path

Searched refs:fin (Results 1 – 22 of 22) sorted by relevance

/openssl/test/
H A Dquic_stream_test.c357 *fin = 0; in test_single_copy_read()
382 int fin = 0; in test_rstream_simple() local
400 || !TEST_false(fin) in test_rstream_simple()
410 || !TEST_false(fin) in test_rstream_simple()
427 || !TEST_false(fin) in test_rstream_simple()
435 || !TEST_true(fin) in test_rstream_simple()
438 || !TEST_false(fin) in test_rstream_simple()
442 || !TEST_false(fin) in test_rstream_simple()
454 || !TEST_false(fin) in test_rstream_simple()
459 || !TEST_true(fin) in test_rstream_simple()
[all …]
H A Dparams_test.c450 goto fin; in test_case_variant()
507 goto fin; in test_case_variant()
529 fin: in test_case_variant()
/openssl/ssl/quic/
H A Dquic_rstream.c60 int fin) in ossl_quic_rstream_queue_data() argument
73 return ossl_sframe_list_insert(&qrs->fl, &range, pkt, data, fin); in ossl_quic_rstream_queue_data()
77 size_t *readbytes, int *fin, int drop) in read_internal() argument
131 *fin = fin_; in read_internal()
153 size_t *readbytes, int *fin) in ossl_quic_rstream_read() argument
157 if (!read_internal(qrs, buf, size, readbytes, fin, 1)) in ossl_quic_rstream_read()
168 size_t *readbytes, int *fin) in ossl_quic_rstream_peek() argument
170 return read_internal(qrs, buf, size, readbytes, fin, 0); in ossl_quic_rstream_peek()
180 while (ossl_sframe_list_peek(&qrs->fl, &iter, &range, &data, fin)) in ossl_quic_rstream_available()
193 int *fin) in ossl_quic_rstream_get_record() argument
[all …]
H A Dquic_sf_list.c81 const unsigned char *data, int fin) in ossl_sframe_list_insert() argument
89 assert((!fin || curr_end <= range->end) in ossl_sframe_list_insert()
90 && (!fl->fin || curr_end >= range->end)); in ossl_sframe_list_insert()
176 fl->fin = fin || fl->fin; in ossl_sframe_list_insert()
183 int *fin) in ossl_sframe_list_peek() argument
204 *fin = sf == NULL ? fl->fin : 0; in ossl_sframe_list_peek()
213 *fin = sf->next == NULL ? fl->fin : 0; in ossl_sframe_list_peek()
253 int *fin) in ossl_sframe_list_lock_head() argument
261 ret = ossl_sframe_list_peek(fl, &iter, range, data, fin); in ossl_sframe_list_lock_head()
H A Dquic_impl.c4023 int fin = 0; in test_poll_event_r() local
4043 && ossl_quic_rstream_available(xso->stream->rstream, &avail, &fin) in test_poll_event_r()
4044 && (avail > 0 || (fin && !xso->retired_fin)); in test_poll_event_r()
/openssl/providers/implementations/include/prov/
H A Ddigestcommon.h38 # define PROV_FUNC_DIGEST_FINAL(name, dgstsize, fin) \ argument
43 if (ossl_prov_is_running() && outsz >= dgstsize && fin(out, ctx)) { \
51 name, CTX, blksize, dgstsize, flags, upd, fin) \
73 PROV_FUNC_DIGEST_FINAL(name, dgstsize, fin) \
88 name, CTX, blksize, dgstsize, flags, init, upd, fin) \
96 upd, fin), \
101 name, CTX, blksize, dgstsize, flags, init, upd, fin, \
111 upd, fin), \
/openssl/include/internal/
H A Dquic_sf_list.h45 unsigned int fin; member
79 const unsigned char *data, int fin);
95 int *fin);
118 int *fin);
H A Dquic_stream.h345 int fin);
354 size_t *readbytes, int *fin);
363 size_t *readbytes, int *fin);
370 int ossl_quic_rstream_available(QUIC_RSTREAM *qrs, size_t *avail, int *fin);
386 int *fin);
H A Dquic_stream_map.h514 int fin = 0; in ossl_quic_stream_recv_pending() local
524 if (!ossl_quic_rstream_available(s->rstream, &avail, &fin)) in ossl_quic_stream_recv_pending()
527 if (avail == 0 && include_fin && fin) in ossl_quic_stream_recv_pending()
/openssl/test/recipes/
H A D15-test_genrsa.t46 my $fin;
50 $fin = run(app([ 'openssl', 'genpkey', '-out', 'genrsatest.pem',
54 if ($fin) {
/openssl/providers/implementations/digests/
H A Dnull_prov.c38 #define PROV_FUNC_DIGEST_FINAL(name, dgstsize, fin) \ argument
43 if (ossl_prov_is_running() && fin(out, ctx)) { \
/openssl/test/testutil/
H A Dformat_output.c64 goto fin; in test_fail_string_common()
118 fin: in test_fail_string_common()
293 goto fin; in test_fail_bignum_common()
355 fin: in test_fail_bignum_common()
449 goto fin; in test_fail_memory_common()
509 fin: in test_fail_memory_common()
/openssl/demos/http3/
H A Dossl-nghttp3.c567 int ec, fin; in OSSL_DEMO_H3_CONN_handle_events() local
610 ec = nghttp3_conn_writev_stream(conn->h3conn, &stream_id, &fin, in OSSL_DEMO_H3_CONN_handle_events()
621 flags = (fin == 0) ? 0 : SSL_WRITE_FLAG_CONCLUDE; in OSSL_DEMO_H3_CONN_handle_events()
685 if (fin && total_written == total_len) { in OSSL_DEMO_H3_CONN_handle_events()
H A Dossl-nghttp3-demo.c45 int fin, in on_end_headers() argument
/openssl/crypto/property/
H A Dproperty.c547 goto fin; in ossl_method_store_fetch()
561 goto fin; in ossl_method_store_fetch()
573 goto fin; in ossl_method_store_fetch()
577 fin: in ossl_method_store_fetch()
/openssl/ssl/
H A Dtls13_enc.c149 unsigned char *fin, size_t finlen) in tls13_derive_finishedkey() argument
155 sizeof(finishedlabel) - 1, NULL, 0, fin, finlen, 1); in tls13_derive_finishedkey()
H A Dssl_local.h2738 unsigned char *fin, size_t finlen);
/openssl/crypto/
H A Dparams.c1619 goto fin; in ossl_param_get1_concat_octet_string()
1633 fin: in ossl_param_get1_concat_octet_string()
/openssl/ssl/statem/
H A Dextensions.c791 size_t chainidx, int fin) in tls_parse_all_extensions() argument
807 if (fin) { in tls_parse_all_extensions()
H A Dstatem_local.h267 X509 *x, size_t chainidx, int fin);
/openssl/doc/man1/
H A Dopenssl-s_client.pod.in962 =item B<fin>
/openssl/crypto/err/
H A Dopenssl.txt1435 SSL_R_GOT_A_FIN_BEFORE_A_CCS:154:got a fin before a ccs

Completed in 99 milliseconds