Home
last modified time | relevance | path

Searched refs:ossl_ssize_t (Results 1 – 20 of 20) sorted by relevance

/openssl/test/
H A Dquic_wire_test.c23 int (*deserializer)(PACKET *pkt, ossl_ssize_t fail);
35 static int encode_case_1_dec(PACKET *pkt, ossl_ssize_t fail) in encode_case_1_dec()
61 static int encode_case_2_dec(PACKET *pkt, ossl_ssize_t fail) in encode_case_2_dec()
95 static int encode_case_3_dec(PACKET *pkt, ossl_ssize_t fail) in encode_case_3_dec()
174 static int encode_case_4_dec(PACKET *pkt, ossl_ssize_t fail) in encode_case_4_dec()
211 static int encode_case_5_dec(PACKET *pkt, ossl_ssize_t fail) in encode_case_5_dec()
251 static int encode_case_6_dec(PACKET *pkt, ossl_ssize_t fail) in encode_case_6_dec()
293 static int encode_case_7_dec(PACKET *pkt, ossl_ssize_t fail) in encode_case_7_dec()
337 static int encode_case_8_dec(PACKET *pkt, ossl_ssize_t fail) in encode_case_8_dec()
396 static int encode_case_9_dec(PACKET *pkt, ossl_ssize_t fail) in encode_case_9_dec()
[all …]
H A Ddanetest.c177 static ossl_ssize_t hexdecode(const char *in, void *result) in hexdecode()
215 static ossl_ssize_t checked_uint8(const char *in, void *out) in checked_uint8()
240 ossl_ssize_t (*parser)(const char *, void *);
259 ossl_ssize_t len = 0; in tlsa_import_rr()
/openssl/include/openssl/
H A De_os2.h189 # define ossl_ssize_t __int64 macro
192 # define ossl_ssize_t int
197 # if defined(OPENSSL_SYS_UEFI) && !defined(ossl_ssize_t)
198 # define ossl_ssize_t INTN macro
202 # ifndef ossl_ssize_t
203 # define ossl_ssize_t ssize_t macro
H A Dcms.h.in195 unsigned char *pass, ossl_ssize_t passlen);
249 ossl_ssize_t passlen);
255 ossl_ssize_t passlen,
H A Dssl.h.in1907 __owur ossl_ssize_t SSL_sendfile(SSL *s, int fd, off_t offset, size_t size,
/openssl/ms/
H A Duplink.h35 #define UP_read (*(ossl_ssize_t (*)(int,void *,size_t))OPENSSL_UplinkTable[APPLINK_READ])
36 #define UP_write (*(ossl_ssize_t (*)(int,const void *,size_t))OPENSSL_UplinkTable[APPLINK_WRITE])
/openssl/crypto/bio/
H A Dbss_bio.c200 static ossl_ssize_t bio_nread0(BIO *bio, char **buf) in bio_nread0()
203 ossl_ssize_t num; in bio_nread0()
237 static ossl_ssize_t bio_nread(BIO *bio, char **buf, size_t num_) in bio_nread()
240 ossl_ssize_t num, available; in bio_nread()
245 num = (ossl_ssize_t) num_; in bio_nread()
345 static ossl_ssize_t bio_nwrite0(BIO *bio, char **buf) in bio_nwrite0()
393 static ossl_ssize_t bio_nwrite(BIO *bio, char **buf, size_t num_) in bio_nwrite()
396 ossl_ssize_t num, space; in bio_nwrite()
401 num = (ossl_ssize_t) num_; in bio_nwrite()
H A Dbio_print.c228 value = va_arg(args, ossl_ssize_t); in _dopr()
/openssl/doc/man3/
H A DBIO_meth_new.pod60 ossl_ssize_t (*BIO_meth_get_sendmmsg(const BIO_METHOD *biom))(BIO *,
66 ossl_ssize_t (*f) (BIO *, BIO_MSG *, size_t,
69 ossl_ssize_t (*BIO_meth_get_recvmmsg(const BIO_METHOD *biom))(BIO *,
75 ossl_ssize_t (*f) (BIO *, BIO_MSG *, size_t,
H A DCMS_decrypt.pod19 unsigned char *pass, ossl_ssize_t passlen);
H A DSSL_write.pod11 ossl_ssize_t SSL_sendfile(SSL *s, int fd, off_t offset, size_t size, int flags);
/openssl/include/internal/
H A Dktls.h193 static ossl_inline ossl_ssize_t ktls_sendfile(int s, int fd, off_t off, in ktls_sendfile()
337 static ossl_inline ossl_ssize_t ktls_sendfile(int s, int fd, off_t off, size_t size, int flags) in ktls_sendfile()
/openssl/crypto/cms/
H A Dcms_pwri.c23 unsigned char *pass, ossl_ssize_t passlen) in CMS_RecipientInfo_set0_password()
43 ossl_ssize_t passlen, in CMS_add0_recipient_password()
H A Dcms_smime.c818 unsigned char *pass, ossl_ssize_t passlen) in CMS_decrypt_set1_password()
/openssl/crypto/
H A Dmem_sec.c308 ossl_ssize_t freelist_size;
319 ossl_ssize_t list = sh.freelist_size - 1; in sh_getlist()
607 ossl_ssize_t list, slist; in sh_malloc()
/openssl/apps/
H A Drehash.c204 ossl_ssize_t n; in handle_symlink()
H A Ds_client.c298 static ossl_ssize_t hexdecode(const char **inptr, void *result) in hexdecode()
341 static ossl_ssize_t checked_uint8(const char **inptr, void *out) in checked_uint8()
368 ossl_ssize_t (*parser)(const char **, void *);
388 ossl_ssize_t len = 0; in tlsa_import_rr()
/openssl/doc/designs/quic-design/
H A Ddgram-api.md115 ossl_ssize_t BIO_sendmmsg(BIO *b, BIO_MSG *msg, size_t stride,
117 ossl_ssize_t BIO_recvmmsg(BIO *b, BIO_MSG *msg, size_t stride,
/openssl/ssl/
H A Dssl_lib.c2390 ossl_ssize_t SSL_sendfile(SSL *s, int fd, off_t offset, size_t size, int flags) in SSL_sendfile()
2392 ossl_ssize_t ret; in SSL_sendfile()
2416 ret = (ossl_ssize_t)s->method->ssl_dispatch_alert(s); in SSL_sendfile()
/openssl/
H A DCHANGES.md7667 * Use type ossl_ssize_t instead of ssize_t which isn't available on

Completed in 176 milliseconds