Searched defs:fin (Results 1 – 12 of 12) sorted by relevance
/openssl/providers/implementations/include/prov/ |
H A D | digestcommon.h | 38 # define PROV_FUNC_DIGEST_FINAL(name, dgstsize, fin) \ argument 50 # define PROV_DISPATCH_FUNC_DIGEST_CONSTRUCT_START( \ argument 94 # define IMPLEMENT_digest_functions( \ argument 107 # define IMPLEMENT_digest_functions_with_settable_ctx( \ argument
|
/openssl/ssl/quic/ |
H A D | quic_rstream.c | 60 int fin) in ossl_quic_rstream_queue_data() 77 size_t *readbytes, int *fin, int drop) in read_internal() 153 size_t *readbytes, int *fin) in ossl_quic_rstream_read() 168 size_t *readbytes, int *fin) in ossl_quic_rstream_peek() 173 int ossl_quic_rstream_available(QUIC_RSTREAM *qrs, size_t *avail, int *fin) in ossl_quic_rstream_available() 193 int *fin) in ossl_quic_rstream_get_record()
|
H A D | quic_sf_list.c | 81 const unsigned char *data, int fin) in ossl_sframe_list_insert() 183 int *fin) in ossl_sframe_list_peek() 253 int *fin) in ossl_sframe_list_lock_head()
|
H A D | quic_impl.c | 4036 int fin = 0; in test_poll_event_r() local
|
/openssl/test/ |
H A D | quic_stream_test.c | 343 size_t *readbytes, int *fin) in test_single_copy_read() 382 int fin = 0; in test_rstream_simple() local 482 int r, s, fin = 0, fin_set = 0; in test_rstream_random() local
|
/openssl/providers/implementations/digests/ |
H A D | null_prov.c | 38 #define PROV_FUNC_DIGEST_FINAL(name, dgstsize, fin) \ argument
|
/openssl/include/internal/ |
H A D | quic_sf_list.h | 45 unsigned int fin; member
|
H A D | quic_stream_map.h | 514 int fin = 0; in ossl_quic_stream_recv_pending() local
|
/openssl/demos/http3/ |
H A D | ossl-nghttp3-demo.c | 45 int fin, in on_end_headers()
|
H A D | ossl-nghttp3.c | 567 int ec, fin; in OSSL_DEMO_H3_CONN_handle_events() local
|
/openssl/ssl/ |
H A D | tls13_enc.c | 149 unsigned char *fin, size_t finlen) in tls13_derive_finishedkey()
|
/openssl/ssl/statem/ |
H A D | extensions.c | 791 size_t chainidx, int fin) in tls_parse_all_extensions()
|
Completed in 89 milliseconds