/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_block.c | 39 size_t ossl_cipher_fillblock(unsigned char *buf, size_t *buflen, in ossl_cipher_fillblock() 63 int ossl_cipher_trailingdata(unsigned char *buf, size_t *buflen, size_t blocksize, in ossl_cipher_trailingdata() 82 void ossl_cipher_padblock(unsigned char *buf, size_t *buflen, size_t blocksize) in ossl_cipher_padblock() 91 int ossl_cipher_unpadblock(unsigned char *buf, size_t *buflen, size_t blocksize) in ossl_cipher_unpadblock() 142 unsigned char *buf, size_t *buflen, in ossl_cipher_tlsunpadblock()
|
H A D | cipher_aes_ocb.c | 237 size_t *buflen; in aes_ocb_block_update() local
|
/openssl/crypto/ |
H A D | o_str.c | 205 static int hexstr2buf_sep(unsigned char *buf, size_t buf_n, size_t *buflen, in hexstr2buf_sep() 248 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen, in OPENSSL_hexstr2buf_ex() 254 unsigned char *ossl_hexstr2buf_sep(const char *str, long *buflen, in ossl_hexstr2buf_sep() 281 unsigned char *OPENSSL_hexstr2buf(const char *str, long *buflen) in OPENSSL_hexstr2buf() 287 const unsigned char *buf, size_t buflen, in buf2hexstr_sep() 323 const unsigned char *buf, size_t buflen, in OPENSSL_buf2hexstr_ex() 329 char *ossl_buf2hexstr_sep(const unsigned char *buf, long buflen, char sep) in ossl_buf2hexstr_sep() 353 char *OPENSSL_buf2hexstr(const unsigned char *buf, long buflen) in OPENSSL_buf2hexstr() 358 int openssl_strerror_r(int errnum, char *buf, size_t buflen) in openssl_strerror_r()
|
/openssl/crypto/asn1/ |
H A D | t_pkey.c | 21 int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int indent) in ASN1_buf_print() 51 int buflen; in ASN1_bn_print() local
|
H A D | a_strex.c | 139 static int do_buf(unsigned char *buf, int buflen, in do_buf() 236 int buflen) in do_hex_dump()
|
H A D | bio_asn1.c | 49 int buflen; member
|
H A D | a_int.c | 620 size_t buflen; in ossl_c2i_uint64_int() local
|
/openssl/crypto/ec/ |
H A D | ecdh_ossl.c | 58 size_t buflen, len; in ossl_ecdh_simple_compute_key() local
|
/openssl/apps/ |
H A D | rand.c | 56 size_t buflen = (1 << 16); /* max rand chunk size is 2^16 bytes */ in rand_main() local
|
H A D | rehash.c | 356 int n, numfiles, nextid, dirlen, buflen, errs = 0; in do_dir() local
|
/openssl/providers/implementations/include/prov/ |
H A D | blake2.h | 51 size_t buflen; member 76 size_t buflen; member
|
/openssl/test/ |
H A D | bio_base64_test.c | 93 static int encode(unsigned const char *buf, unsigned buflen, char *encoded, in encode() 152 unsigned buflen, int trunc, char *encoded, unsigned llen, in genb64()
|
H A D | quicapitest.c | 1055 const size_t buflen = 1400; in test_multiple_dgrams() local 1430 size_t buflen, size_t *readbytes, in unreliable_client_read() 1459 void *buf, size_t buflen, size_t *readbytes, in unreliable_server_read()
|
H A D | rsa_test.c | 397 size_t buflen = 384; in test_EVP_rsa_legacy_key() local
|
H A D | evp_test.c | 353 size_t buflen; member 465 size_t buflen), in evp_test_buffer_do() 528 static int parse_bin(const char *value, unsigned char **buf, size_t *buflen) in parse_bin() 581 unsigned char **buf, size_t *buflen, size_t *out_offset) in parse_bin_chunk() 722 static int digest_update_fn(void *ctx, const unsigned char *buf, size_t buflen) in digest_update_fn() 4374 size_t buflen) in digestsign_update_fn() 4441 size_t buflen) in digestverify_update_fn()
|
/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 214 static ssize_t sysctl_random(char *buf, size_t buflen) in sysctl_random() 326 static ssize_t syscall_random(void *buf, size_t buflen) in syscall_random()
|
/openssl/crypto/http/ |
H A D | http_lib.c | 177 size_t buflen = 1 + path_end - path + 1; in OSSL_parse_url() local
|
/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 135 const unsigned char *buf, size_t buflen) in print_labeled_buf() 393 size_t buflen; in ec_param_explicit_gen_to_text() local
|
/openssl/providers/implementations/kdfs/ |
H A D | pvkkdf.c | 116 static int pvk_set_membuf(unsigned char **buffer, size_t *buflen, in pvk_set_membuf()
|
H A D | pbkdf1.c | 160 static int kdf_pbkdf1_set_membuf(unsigned char **buffer, size_t *buflen, in kdf_pbkdf1_set_membuf()
|
H A D | argon2.c | 1234 size_t buflen; in kdf_argon2_ctx_set_secret() local 1261 size_t buflen; in kdf_argon2_ctx_set_pwd() local 1293 size_t buflen; in kdf_argon2_ctx_set_salt() local 1331 size_t buflen; in kdf_argon2_ctx_set_ad() local
|
H A D | pkcs12kdf.c | 201 static int pkcs12kdf_set_membuf(unsigned char **buffer, size_t *buflen, in pkcs12kdf_set_membuf()
|
H A D | pbkdf2.c | 164 static int pbkdf2_set_membuf(unsigned char **buffer, size_t *buflen, in pbkdf2_set_membuf()
|
H A D | scrypt.c | 143 static int scrypt_set_membuf(unsigned char **buffer, size_t *buflen, in scrypt_set_membuf()
|
/openssl/include/internal/ |
H A D | recordmethod.h | 69 size_t buflen; member
|