Home
last modified time | relevance | path

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

1234

/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.pl188 sub size { subroutine
304 sub size {} subroutine
399 sub size { subroutine
/openssl/test/
H A Dtiming_load_creds.c26 static void readx509(const char *contents, int size) in readx509()
44 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 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 Dsiphash_internal_test.c21 size_t size; member
/openssl/crypto/asn1/
H A Df_int.c54 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size) in a2i_ASN1_INTEGER()
149 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size) in a2i_ASN1_ENUMERATED()
H A Df_string.c48 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size) in a2i_ASN1_STRING()
/openssl/crypto/bn/
H A Dbn_intern.c159 int bn_copy_words(BN_ULONG *out, const BIGNUM *in, int size) in bn_copy_words()
175 void bn_set_static_words(BIGNUM *a, const BN_ULONG *words, int size) in bn_set_static_words()
/openssl/fuzz/
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.c315 static int ossl_pw_get_password(char *buf, int size, int rwflag, in ossl_pw_get_password()
331 int ossl_pw_pem_password(char *buf, int size, int rwflag, void *userdata) in ossl_pw_pem_password()
336 int ossl_pw_pvk_password(char *buf, int size, int rwflag, void *userdata) in ossl_pw_pvk_password()
H A Dmem_sec.c94 int CRYPTO_secure_malloc_init(size_t size, size_t minsize) in CRYPTO_secure_malloc_init()
403 static int sh_init(size_t size, size_t minsize) in sh_init()
605 static void *sh_malloc(size_t size) in sh_malloc()
H A Dparam_build.c28 size_t size; member
52 int size, size_t alloc, int type, in param_push()
77 void *num, size_t size, int type) in param_push_num()
/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/crypto/hmac/
H A Dhmac.c140 int size = EVP_MD_get_size((ctx)->md); in HMAC_size() local
226 int size = EVP_MD_get_size(evp_md); in HMAC() local
/openssl/crypto/evp/
H A Ddigest.c427 int EVP_DigestFinal(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *size) in EVP_DigestFinal()
439 size_t size = 0; in EVP_DigestFinal_ex() local
484 int EVP_DigestFinalXOF(EVP_MD_CTX *ctx, unsigned char *md, size_t size) in EVP_DigestFinalXOF()
669 unsigned char *md, unsigned int *size, const EVP_MD *type, in EVP_Digest()
/openssl/crypto/buffer/
H A Dbuffer.c148 void BUF_reverse(unsigned char *out, const unsigned char *in, size_t size) in BUF_reverse()
/openssl/providers/common/
H A Dbio_prov.c106 int ossl_prov_bio_gets(OSSL_CORE_BIO *bio, char *buf, int size) in ossl_prov_bio_gets()
181 static int bio_core_gets(BIO *bio, char *buf, int size) in bio_core_gets()
/openssl/ssl/
H A Dbio_ssl.c91 static int ssl_read(BIO *b, char *buf, size_t size, size_t *readbytes) in ssl_read()
161 static int ssl_write(BIO *b, const char *buf, size_t size, size_t *written) in ssl_write()
/openssl/apps/lib/
H A Dwin32_init.c38 static int size = 0; in validate_argv() local

Completed in 84 milliseconds

1234