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

12345

/freebsd-11-stable/lib/libc/posix1e/
H A Dacl_id_to_name.c57 _posix1e_acl_id_to_name(acl_tag_t tag, uid_t id, ssize_t buf_len, char *buf, argument
H A Dacl_support.c277 _posix1e_acl_perm_to_string(acl_perm_t perm, ssize_t buf_len, char *buf) argument
/freebsd-11-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 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
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
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dparse_reply-test.c52 size_t buf_len; member in struct:testcase
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec_print.c64 size_t buf_len = 0; local
89 size_t buf_len = 0; local
131 size_t buf_len = 0, i; local
[all...]
H A Deck_prn.c147 size_t buf_len = 0, i; local
[all...]
/freebsd-11-stable/lib/libsbuf/tests/
H A Dsbuf_core_test.c51 ssize_t buf_len; local
107 ssize_t buf_len, test_string_len; local
139 ssize_t buf_len; local
183 test_string, buf_len); local
[all...]
/freebsd-11-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-11-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-11-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-11-stable/contrib/byacc/
H A Dmstring.c18 static size_t buf_len; variable
/freebsd-11-stable/sys/dev/cs/
H A Dif_csvar.h63 int buf_len; member in struct:cs_softc
/freebsd-11-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-11-stable/crypto/heimdal/kadmin/
H A Dkadm_conn.c135 size_t buf_len; local
H A Dget.c122 format_keytype(krb5_key_data *k, krb5_salt *def_salt, char *buf, size_t buf_len) argument
160 format_field(kadm5_principal_ent_t princ, unsigned int field, unsigned int subfield, char *buf, size_t buf_len, int condensed) argument
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dhmac.c33 size_t buf_len; member in struct:ssh_hmac_ctx
[all...]
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_object.c228 int i2t_ASN1_OBJECT(char *buf, int buf_len, ASN1_OBJECT *a) argument
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dbio_enc.c81 int buf_len; member in struct:enc_struct
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_openbsd.cpp62 uptr ReadBinaryName(/*out*/char *buf, uptr buf_len) { argument
/freebsd-11-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

Completed in 163 milliseconds

12345