Searched defs:buf_len (Results 1 - 25 of 138) sorted by relevance

123456

/freebsd-13-stable/lib/libc/posix1e/
H A Dacl_id_to_name.c59 _posix1e_acl_id_to_name(acl_tag_t tag, uid_t id, ssize_t buf_len, char *buf, argument
H A Dacl_support.c279 _posix1e_acl_perm_to_string(acl_perm_t perm, ssize_t buf_len, char *buf) argument
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Daes-eax.c33 size_t buf_len; local
97 size_t buf_len; local
[all...]
H A Dsha1-prf.c30 sha1_prf(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t buf_len) argument
H A Dsha1-tprf.c29 sha1_t_prf(const u8 *key, size_t key_len, const char *label, const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) argument
H A Dsha256-prf.c64 size_t buf_len = (buf_len_bits + 7) / 8; local
30 sha256_prf(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t buf_len) argument
H A Dsha384-prf.c64 size_t buf_len = (buf_len_bits + 7) / 8; local
30 sha384_prf(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t buf_len) argument
H A Dsha512-prf.c64 size_t buf_len = (buf_len_bits + 7) / 8; local
30 sha512_prf(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t buf_len) argument
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dparse_reply-test.c52 size_t buf_len; member in struct:testcase
/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Dec_print.c19 size_t buf_len = 0; local
37 size_t buf_len = 0; local
80 size_t buf_len = 0, i; local
[all...]
/freebsd-13-stable/contrib/wpa/src/eap_common/
H A Deap_peap_common.c15 peap_prfplus(int version, const u8 *key, size_t key_len, const char *label, const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) argument
/freebsd-13-stable/lib/libsbuf/tests/
H A Dsbuf_core_test.c51 ssize_t buf_len; local
138 ssize_t buf_len, test_string_len; local
198 ssize_t buf_len; local
242 test_string, buf_len); local
[all...]
/freebsd-13-stable/contrib/bc/src/
H A Dread.c81 bool bc_read_buf(BcVec *vec, char *buf, size_t *buf_len) { argument
[all...]
/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Dmschapv2.c112 mschapv2_verify_auth_response(const u8 *auth_response, const u8 *buf, size_t buf_len) argument
/freebsd-13-stable/crypto/openssl/crypto/evp/
H A Devp_local.h29 int buf_len; /* number we have left */ member in struct:evp_cipher_ctx_st
H A Dbio_enc.c28 int buf_len; member in struct:enc_struct
177 int j = outl - blocksize, buf_len; local
[all...]
/freebsd-13-stable/contrib/byacc/
H A Dmstring.c16 static size_t buf_len; variable
/freebsd-13-stable/contrib/ldns/drill/
H A Dwork.c22 hexstr2bin(char *hexstr, int len, uint8_t *buf, size_t offset, size_t buf_len) argument
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/randombytes/
H A Drandombytes.c202 randombytes(unsigned char * const buf, const unsigned long long buf_len) argument
/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Da_sign.c147 int signid, paramtype, buf_len = 0; local
/freebsd-13-stable/crypto/heimdal/kadmin/
H A Dkadm_conn.c135 size_t buf_len; local
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_program.c235 child_write(struct archive_write_filter *f, struct archive_write_program_data *data, const char *buf, size_t buf_len) argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_openbsd.cpp62 uptr ReadBinaryName(/*out*/char *buf, uptr buf_len) { argument
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_drv.c293 static int drm_copy_field(char *buf, size_t *buf_len, const char *value) argument
/freebsd-13-stable/crypto/openssh/
H A Dhmac.c33 size_t buf_len; member in struct:ssh_hmac_ctx
[all...]

Completed in 275 milliseconds

123456