Home
last modified time | relevance | path

Searched defs:buflen (Results 1 – 25 of 34) sorted by relevance

12

/openssl/providers/implementations/ciphers/
H A Dciphercommon_block.c39 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 Dcipher_aes_ocb.c237 size_t *buflen; in aes_ocb_block_update() local
/openssl/crypto/
H A Do_str.c205 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 Dt_pkey.c21 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 Da_strex.c139 static int do_buf(unsigned char *buf, int buflen, in do_buf()
236 int buflen) in do_hex_dump()
H A Dbio_asn1.c49 int buflen; member
H A Da_int.c620 size_t buflen; in ossl_c2i_uint64_int() local
/openssl/crypto/ec/
H A Decdh_ossl.c58 size_t buflen, len; in ossl_ecdh_simple_compute_key() local
/openssl/apps/
H A Drand.c56 size_t buflen = (1 << 16); /* max rand chunk size is 2^16 bytes */ in rand_main() local
H A Drehash.c356 int n, numfiles, nextid, dirlen, buflen, errs = 0; in do_dir() local
/openssl/providers/implementations/include/prov/
H A Dblake2.h51 size_t buflen; member
76 size_t buflen; member
/openssl/test/
H A Dbio_base64_test.c93 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 Dquicapitest.c1045 const size_t buflen = 1400; in test_multiple_dgrams() local
1420 size_t buflen, size_t *readbytes, in unreliable_client_read()
1449 void *buf, size_t buflen, size_t *readbytes, in unreliable_server_read()
H A Drsa_test.c397 size_t buflen = 384; in test_EVP_rsa_legacy_key() local
H A Devp_test.c353 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 Drand_unix.c214 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 Dhttp_lib.c177 size_t buflen = 1 + path_end - path + 1; in OSSL_parse_url() local
/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c134 const unsigned char *buf, size_t buflen) in print_labeled_buf()
392 size_t buflen; in ec_param_explicit_gen_to_text() local
/openssl/providers/implementations/kdfs/
H A Dpvkkdf.c116 static int pvk_set_membuf(unsigned char **buffer, size_t *buflen, in pvk_set_membuf()
H A Dpbkdf1.c160 static int kdf_pbkdf1_set_membuf(unsigned char **buffer, size_t *buflen, in kdf_pbkdf1_set_membuf()
H A Dargon2.c1234 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 Dpkcs12kdf.c201 static int pkcs12kdf_set_membuf(unsigned char **buffer, size_t *buflen, in pkcs12kdf_set_membuf()
H A Dpbkdf2.c164 static int pbkdf2_set_membuf(unsigned char **buffer, size_t *buflen, in pbkdf2_set_membuf()
H A Dscrypt.c143 static int scrypt_set_membuf(unsigned char **buffer, size_t *buflen, in scrypt_set_membuf()
/openssl/include/internal/
H A Drecordmethod.h69 size_t buflen; member

Completed in 113 milliseconds

12