Searched defs:size (Results 1 – 7 of 7) sorted by relevance
/ssl/quic/ |
A D | quic_rstream.c | 76 static int read_internal(QUIC_RSTREAM *qrs, unsigned char *buf, size_t size, in read_internal() 152 int ossl_quic_rstream_read(QUIC_RSTREAM *qrs, unsigned char *buf, size_t size, in ossl_quic_rstream_read() 167 int ossl_quic_rstream_peek(QUIC_RSTREAM *qrs, unsigned char *buf, size_t size, in ossl_quic_rstream_peek()
|
A D | quic_impl.c | 4184 int ossl_quic_set_write_buffer_size(SSL *ssl, size_t size) in ossl_quic_set_write_buffer_size()
|
/ssl/ |
A D | bio_ssl.c | 95 static int ssl_read(BIO *b, char *buf, size_t size, size_t *readbytes) in ssl_read() 165 static int ssl_write(BIO *b, const char *buf, size_t size, size_t *written) in ssl_write()
|
A D | t1_lib.c | 3017 size_t size; in tls_get_ticket_from_client() local 3551 size_t size, i; in tls1_save_u16() local
|
A D | ssl_lib.c | 2615 ossl_ssize_t SSL_sendfile(SSL *s, int fd, off_t offset, size_t size, int flags) in SSL_sendfile() 3446 char *SSL_get_shared_ciphers(const SSL *s, char *buf, int size) in SSL_get_shared_ciphers()
|
/ssl/statem/ |
A D | statem.c | 546 static int grow_init_buf(SSL_CONNECTION *s, size_t size) { in grow_init_buf()
|
A D | extensions_clnt.c | 1546 size_t size = PACKET_remaining(pkt); in tls_parse_stoc_sct() local
|
Completed in 39 milliseconds