Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 114) sorted by relevance

12345

/openssl/include/openssl/
H A Dbuffer.h35 # define BUF_strndup(s, size) OPENSSL_strndup(s, size) argument
36 # define BUF_memdup(data, size) OPENSSL_memdup(data, size) argument
37 # define BUF_strlcpy(dst, src, size) OPENSSL_strlcpy(dst, src, size) argument
38 # define BUF_strlcat(dst, src, size) OPENSSL_strlcat(dst, src, size) argument
/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl252 sub size { subroutine
368 sub size {} subroutine
463 sub size { subroutine
/openssl/test/
H A Dbio_comp_test.c37 static int do_bio_comp_test(const BIO_METHOD *meth, size_t size) in do_bio_comp_test()
83 int size = sizes[n % 4]; in do_bio_comp() local
H A Dtiming_load_creds.c41 static void readx509(const char *contents, int size) in readx509()
59 static void readpkey(const char *contents, int size) in readpkey()
H A Dsecmemtest.c139 const int size = 64; in test_sec_mem_clear() local
H A Dbio_pw_callback_test.c72 static int callback_copy_password(char *buf, int size) in callback_copy_password()
110 static int read_callback(char *buf, int size, int rwflag, void *u) in read_callback()
132 static int write_callback(char *buf, int size, int rwflag, void *u) in write_callback()
347 static int callback_original_pw(char *buf, int size, int rwflag, void *u) in callback_original_pw()
H A Duitest.c21 static int test_pem_password_cb(char *buf, int size, int rwflag, void *userdata) in test_pem_password_cb()
H A Dpoly1305_internal_test.c20 size_t size; member
H A Dquic_stream_test.c342 unsigned char *buf, size_t size, in test_single_copy_read()
500 size_t off = (r * 10 + s) * 10, size = 10; in test_rstream_random() local
/openssl/crypto/asn1/
H A Df_int.c52 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size) in a2i_ASN1_INTEGER()
145 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size) in a2i_ASN1_ENUMERATED()
H A Df_string.c46 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size) in a2i_ASN1_STRING()
/openssl/crypto/bn/
H A Dbn_intern.c155 int bn_copy_words(BN_ULONG *out, const BIGNUM *in, int size) in bn_copy_words()
171 void bn_set_static_words(BIGNUM *a, const BN_ULONG *words, int size) in bn_set_static_words()
H A Dbn_s390x.c28 size_t size; in s390x_mod_exp_hw() local
84 size_t size, plen, qlen; in s390x_crt() local
/openssl/fuzz/
H A Dv3name.c22 int FuzzerTestOneInput(const uint8_t* data, size_t size){ in FuzzerTestOneInput()
H A Ddriver.c41 size_t size = read(0, buf, BUF_SIZE); in main() local
/openssl/crypto/
H A Dbsearch.c14 int size, int (*cmp) (const void *, const void *), in ossl_bsearch()
H A Dpassphrase.c308 static int ossl_pw_get_password(char *buf, int size, int rwflag, in ossl_pw_get_password()
324 int ossl_pw_pem_password(char *buf, int size, int rwflag, void *userdata) in ossl_pw_pem_password()
329 int ossl_pw_pvk_password(char *buf, int size, int rwflag, void *userdata) in ossl_pw_pvk_password()
/openssl/crypto/bio/
H A Dbf_prefix.c76 static int prefix_read(BIO *b, char *in, size_t size, size_t *numread) in prefix_read()
199 static int prefix_gets(BIO *b, char *buf, int size) in prefix_gets()
H A Dbss_null.c75 static int null_gets(BIO *bp, char *buf, int size) in null_gets()
H A Dbf_null.c101 static int nullf_gets(BIO *bp, char *buf, int size) in nullf_gets()
H A Dbss_file.c347 static int file_gets(BIO *bp, char *buf, int size) in file_gets()
388 static int file_gets(BIO *bp, char *buf, int size) in file_gets()
/openssl/ssl/quic/
H A Dquic_rstream.c76 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()
/openssl/crypto/hmac/
H A Dhmac.c157 int size = EVP_MD_get_size((ctx)->md); in HMAC_size() local
253 int size = EVP_MD_get_size(evp_md); in HMAC() local
/openssl/crypto/evp/
H A Ddigest.c433 int EVP_DigestFinal(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *size) in EVP_DigestFinal()
445 size_t size = 0; in EVP_DigestFinal_ex() local
498 int EVP_DigestFinalXOF(EVP_MD_CTX *ctx, unsigned char *md, size_t size) in EVP_DigestFinalXOF()
555 int EVP_DigestSqueeze(EVP_MD_CTX *ctx, unsigned char *md, size_t size) in EVP_DigestSqueeze()
726 unsigned char *md, unsigned int *size, const EVP_MD *type, in EVP_Digest()
/openssl/crypto/buffer/
H A Dbuffer.c144 void BUF_reverse(unsigned char *out, const unsigned char *in, size_t size) in BUF_reverse()

Completed in 44 milliseconds

12345