Home
last modified time | relevance | path

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

12

/openssl-master/providers/implementations/ciphers/
A Dciphercommon_block.c56 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 Dcipher_aes_ocb.c237 size_t *buflen; in aes_ocb_block_update() local
/openssl-master/crypto/
A Do_str.c135 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 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
A Da_strex.c138 static int do_buf(unsigned char *buf, int buflen, in do_buf()
235 int buflen) in do_hex_dump()
A Dbio_asn1.c49 int buflen; member
A Da_int.c622 size_t buflen; in ossl_c2i_uint64_int() local
/openssl-master/crypto/ec/
A Decdh_ossl.c58 size_t buflen, len; in ossl_ecdh_simple_compute_key() local
/openssl-master/providers/implementations/include/prov/
A Dblake2.h50 size_t buflen; member
75 size_t buflen; member
/openssl-master/crypto/http/
A Dhttp_lib.c162 size_t buflen = 1 + path_end - path + 1; in OSSL_parse_url() local
/openssl-master/providers/implementations/rands/seeding/
A Drand_unix.c220 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 Dencode_key2text.c131 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 Dpvkkdf.c96 static int pvk_set_membuf(unsigned char **buffer, size_t *buflen, in pvk_set_membuf()
A Dpbkdf1.c133 static int kdf_pbkdf1_set_membuf(unsigned char **buffer, size_t *buflen, in kdf_pbkdf1_set_membuf()
A Dpbkdf2.c125 static int pbkdf2_set_membuf(unsigned char **buffer, size_t *buflen, in pbkdf2_set_membuf()
A Dpkcs12kdf.c181 static int pkcs12kdf_set_membuf(unsigned char **buffer, size_t *buflen, in pkcs12kdf_set_membuf()
A Dscrypt.c107 static int scrypt_set_membuf(unsigned char **buffer, size_t *buflen, in scrypt_set_membuf()
A Dx942kdf.c113 static int der_encode_sharedinfo(WPACKET *pkt, unsigned char *buf, size_t buflen, in der_encode_sharedinfo()
/openssl-master/test/
A Devp_test.c120 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 Drehash.c347 int n, numfiles, nextid, buflen, errs = 0; in do_dir() local
A Dspeed.c465 size_t buflen; member
1355 int buflen; in speed_main() local
/openssl-master/providers/implementations/rands/
A Ddrbg_ctr.c384 int outl, buflen; in drbg_ctr_generate() local
/openssl-master/crypto/pem/
A Dpvkfmt.c930 int buflen; in do_PVK_key_bio() local
/openssl-master/ssl/
A Dssl_ciph.c998 int j, multi, found, rule, retval, ok, buflen; in ssl_cipher_process_rulestr() local
/openssl-master/engines/
A De_capi.c1219 DWORD err, idx, flags, buflen = 0, clen; in capi_list_containers() local

Completed in 55 milliseconds

12