Home
last modified time | relevance | path

Searched defs:size (Results 26 – 50 of 94) sorted by relevance

1234

/openssl/test/
H A Dbio_core_test.c31 static int tst_bio_core_gets(OSSL_CORE_BIO *bio, char *buf, int size) in tst_bio_core_gets()
H A Dsslcorrupttest.c77 static int tls_corrupt_gets(BIO *bio, char *buf, int size) in tls_corrupt_gets()
H A Dtls13ccstest.c232 static int watchccs_gets(BIO *bio, char *buf, int size) in watchccs_gets()
H A Dparams_conversion_test.c32 size_t size; member
/openssl/crypto/rand/
H A Drandfile.c258 const char *RAND_file_name(char *buf, size_t size) in RAND_file_name()
/openssl/crypto/bn/
H A Dbn_ctx.c35 unsigned used, size; member
51 unsigned int depth, size; member
/openssl/include/internal/
H A Dktls.h194 size_t size, int flags) 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/
H A Do_str.c75 size_t OPENSSL_strlcpy(char *dst, const char *src, size_t size) in OPENSSL_strlcpy()
87 size_t OPENSSL_strlcat(char *dst, const char *src, size_t size) in OPENSSL_strlcat()
H A Dpunycode.c258 size_t size = 0; in ossl_a2ulabel() local
/openssl/crypto/evp/
H A Dbio_md.c208 static int md_gets(BIO *bp, char *buf, int size) in md_gets()
/openssl/crypto/bio/
H A Dbf_nbio.c179 static int nbiof_gets(BIO *bp, char *buf, int size) in nbiof_gets()
H A Dbf_readbuff.c218 static int readbuffer_gets(BIO *b, char *buf, int size) in readbuffer_gets()
H A Dbss_fd.c208 static int fd_gets(BIO *bp, char *buf, int size) in fd_gets()
H A Dossl_core_bio.c106 int ossl_core_bio_gets(OSSL_CORE_BIO *cb, char *buf, int size) in ossl_core_bio_gets()
H A Dbss_bio.c67 size_t size; member
111 size_t size = size_; in bio_read() local
H A Dbf_buff.c420 static int buffer_gets(BIO *b, char *buf, int size) in buffer_gets()
H A Dbf_lbuf.c309 static int linebuffer_gets(BIO *b, char *buf, int size) in linebuffer_gets()
H A Dbss_core.c69 static int bio_core_gets(BIO *bio, char *buf, int size) in bio_core_gets()
H A Dbio_sock.c107 socklen_t size = sizeof(j); in BIO_sock_error() local
/openssl/crypto/txt_db/
H A Dtxt_db.c26 int size = BUFSIZE; in TXT_DB_read() local
/openssl/crypto/asn1/
H A Dbio_asn1.c117 static int asn1_bio_init(BIO_ASN1_BUF_CTX *ctx, int size) in asn1_bio_init()
308 static int asn1_bio_gets(BIO *b, char *str, int size) in asn1_bio_gets()
/openssl/crypto/ui/
H A Dui_util.c32 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, in UI_UTIL_read_pw()
/openssl/crypto/srp/
H A Dsrp_vfy.c48 size_t size, padsize; in t_fromb64() local
133 static int t_tob64(char *dst, const unsigned char *src, int size) in t_tob64()
/openssl/providers/implementations/macs/
H A Dblake2_mac_impl.c198 size_t size; in blake2_mac_set_ctx_params() local
/openssl/crypto/async/
H A Dasync.c178 int (*func)(void *), void *args, size_t size) in ASYNC_start_job()

Completed in 54 milliseconds

1234