/openssl-master/providers/implementations/ciphers/ |
A D | ciphercommon_block.c | 56 size_t ossl_cipher_fillblock(unsigned char *buf, size_t *buflen, in ossl_cipher_fillblock() 80 int ossl_cipher_trailingdata(unsigned char *buf, size_t *buflen, size_t blocksize, in ossl_cipher_trailingdata() 99 void ossl_cipher_padblock(unsigned char *buf, size_t *buflen, size_t blocksize) in ossl_cipher_padblock() 108 int ossl_cipher_unpadblock(unsigned char *buf, size_t *buflen, size_t blocksize) in ossl_cipher_unpadblock() 159 unsigned char *buf, size_t *buflen, in ossl_cipher_tlsunpadblock()
|
A D | cipher_aes_ocb.c | 237 size_t *buflen; in aes_ocb_block_update() local
|
/openssl-master/crypto/ |
A D | o_str.c | 135 static int hexstr2buf_sep(unsigned char *buf, size_t buf_n, size_t *buflen, in hexstr2buf_sep() 178 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen, in OPENSSL_hexstr2buf_ex() 184 unsigned char *ossl_hexstr2buf_sep(const char *str, long *buflen, in ossl_hexstr2buf_sep() 213 unsigned char *OPENSSL_hexstr2buf(const char *str, long *buflen) in OPENSSL_hexstr2buf() 219 const unsigned char *buf, size_t buflen, in buf2hexstr_sep() 257 const unsigned char *buf, size_t buflen, in OPENSSL_buf2hexstr_ex() 263 char *ossl_buf2hexstr_sep(const unsigned char *buf, long buflen, char sep) in ossl_buf2hexstr_sep() 289 char *OPENSSL_buf2hexstr(const unsigned char *buf, long buflen) in OPENSSL_buf2hexstr() 294 int openssl_strerror_r(int errnum, char *buf, size_t buflen) in openssl_strerror_r()
|
/openssl-master/crypto/asn1/ |
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
|
A D | a_strex.c | 138 static int do_buf(unsigned char *buf, int buflen, in do_buf() 235 int buflen) in do_hex_dump()
|
A D | bio_asn1.c | 49 int buflen; member
|
A D | a_int.c | 622 size_t buflen; in ossl_c2i_uint64_int() local
|
/openssl-master/crypto/ec/ |
A D | ecdh_ossl.c | 58 size_t buflen, len; in ossl_ecdh_simple_compute_key() local
|
/openssl-master/providers/implementations/include/prov/ |
A D | blake2.h | 50 size_t buflen; member 75 size_t buflen; member
|
/openssl-master/crypto/http/ |
A D | http_lib.c | 162 size_t buflen = 1 + path_end - path + 1; in OSSL_parse_url() local
|
/openssl-master/providers/implementations/rands/seeding/ |
A D | rand_unix.c | 220 static ssize_t sysctl_random(char *buf, size_t buflen) in sysctl_random() 334 static ssize_t syscall_random(void *buf, size_t buflen) in syscall_random()
|
/openssl-master/providers/implementations/encode_decode/ |
A D | encode_key2text.c | 131 const unsigned char *buf, size_t buflen) in print_labeled_buf() 383 size_t buflen; in ec_param_explicit_gen_to_text() local
|
/openssl-master/providers/implementations/kdfs/ |
A D | pvkkdf.c | 96 static int pvk_set_membuf(unsigned char **buffer, size_t *buflen, in pvk_set_membuf()
|
A D | pbkdf1.c | 133 static int kdf_pbkdf1_set_membuf(unsigned char **buffer, size_t *buflen, in kdf_pbkdf1_set_membuf()
|
A D | pbkdf2.c | 125 static int pbkdf2_set_membuf(unsigned char **buffer, size_t *buflen, in pbkdf2_set_membuf()
|
A D | pkcs12kdf.c | 181 static int pkcs12kdf_set_membuf(unsigned char **buffer, size_t *buflen, in pkcs12kdf_set_membuf()
|
A D | scrypt.c | 107 static int scrypt_set_membuf(unsigned char **buffer, size_t *buflen, in scrypt_set_membuf()
|
A D | x942kdf.c | 113 static int der_encode_sharedinfo(WPACKET *pkt, unsigned char *buf, size_t buflen, in der_encode_sharedinfo()
|
/openssl-master/test/ |
A D | evp_test.c | 120 size_t buflen; member 213 size_t buflen), in evp_test_buffer_do() 276 static int parse_bin(const char *value, unsigned char **buf, size_t *buflen) in parse_bin() 394 static int digest_update_fn(void *ctx, const unsigned char *buf, size_t buflen) in digest_update_fn() 3146 size_t buflen) in digestsign_update_fn() 3200 size_t buflen) in digestverify_update_fn()
|
/openssl-master/apps/ |
A D | rehash.c | 347 int n, numfiles, nextid, buflen, errs = 0; in do_dir() local
|
A D | speed.c | 465 size_t buflen; member 1355 int buflen; in speed_main() local
|
/openssl-master/providers/implementations/rands/ |
A D | drbg_ctr.c | 384 int outl, buflen; in drbg_ctr_generate() local
|
/openssl-master/crypto/pem/ |
A D | pvkfmt.c | 930 int buflen; in do_PVK_key_bio() local
|
/openssl-master/ssl/ |
A D | ssl_ciph.c | 998 int j, multi, found, rule, retval, ok, buflen; in ssl_cipher_process_rulestr() local
|
/openssl-master/engines/ |
A D | e_capi.c | 1219 DWORD err, idx, flags, buflen = 0, clen; in capi_list_containers() local
|