/openssl/test/ |
H A D | quic_stream_test.c | 357 *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 D | params_test.c | 450 goto fin; in test_case_variant() 507 goto fin; in test_case_variant() 529 fin: in test_case_variant()
|
/openssl/ssl/quic/ |
H A D | quic_rstream.c | 60 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 D | quic_sf_list.c | 81 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 D | quic_impl.c | 4036 int fin = 0; in test_poll_event_r() local 4056 && ossl_quic_rstream_available(xso->stream->rstream, &avail, &fin) in test_poll_event_r() 4057 && (avail > 0 || (fin && !xso->retired_fin)); in test_poll_event_r()
|
/openssl/providers/implementations/include/prov/ |
H A D | digestcommon.h | 38 # 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) \ 79 PROV_FUNC_DIGEST_FINAL(name, dgstsize, fin) \ 95 name, CTX, blksize, dgstsize, flags, init, upd, fin) \ 103 upd, fin), \ 108 name, CTX, blksize, dgstsize, flags, init, upd, fin, \ 118 upd, fin), \
|
/openssl/include/internal/ |
H A D | quic_sf_list.h | 45 unsigned int fin; member 79 const unsigned char *data, int fin); 95 int *fin); 118 int *fin);
|
H A D | quic_stream.h | 345 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 D | quic_stream_map.h | 514 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 D | 15-test_genrsa.t | 46 my $fin; 50 $fin = run(app([ 'openssl', 'genpkey', '-out', 'genrsatest.pem', 54 if ($fin) {
|
/openssl/providers/implementations/digests/ |
H A D | null_prov.c | 38 #define PROV_FUNC_DIGEST_FINAL(name, dgstsize, fin) \ argument 43 if (ossl_prov_is_running() && fin(out, ctx)) { \
|
/openssl/test/testutil/ |
H A D | format_output.c | 64 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 D | ossl-nghttp3.c | 567 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 D | ossl-nghttp3-demo.c | 45 int fin, in on_end_headers() argument
|
/openssl/crypto/property/ |
H A D | property.c | 667 goto fin; in ossl_method_store_fetch() 688 goto fin; in ossl_method_store_fetch() 706 goto fin; in ossl_method_store_fetch() 710 fin: in ossl_method_store_fetch()
|
/openssl/ssl/ |
H A D | tls13_enc.c | 149 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 D | ssl_local.h | 2754 unsigned char *fin, size_t finlen);
|
/openssl/crypto/ |
H A D | params.c | 1619 goto fin; in ossl_param_get1_concat_octet_string() 1633 fin: in ossl_param_get1_concat_octet_string()
|
/openssl/ssl/statem/ |
H A D | extensions.c | 791 size_t chainidx, int fin) in tls_parse_all_extensions() argument 807 if (fin) { in tls_parse_all_extensions()
|
H A D | statem_local.h | 267 X509 *x, size_t chainidx, int fin);
|
/openssl/doc/man1/ |
H A D | openssl-s_client.pod.in | 964 =item B<fin>
|
/openssl/crypto/err/ |
H A D | openssl.txt | 1435 SSL_R_GOT_A_FIN_BEFORE_A_CCS:154:got a fin before a ccs
|