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

12345678

/freebsd-current/lib/libc/posix1e/
H A Dacl_id_to_name.c56 _posix1e_acl_id_to_name(acl_tag_t tag, uid_t id, ssize_t buf_len, char *buf, argument
/freebsd-current/contrib/wpa/src/crypto/
H A Daes-eax.c33 size_t buf_len; local
97 size_t buf_len; local
[all...]
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 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 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
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
/freebsd-current/crypto/heimdal/lib/roken/
H A Dparse_reply-test.c52 size_t buf_len; member in struct:testcase
/freebsd-current/crypto/openssl/crypto/ec/
H A Dec_deprecated.c26 size_t buf_len = 0; local
44 size_t buf_len = 0; local
[all...]
H A Dec_print.c22 size_t buf_len = 0, i; local
/freebsd-current/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-current/contrib/llvm-project/llvm/include/llvm-c/
H A Dblake3.h40 uint8_t buf_len; member in struct:__anon1652
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dblake3.h56 uint8_t buf_len; member in struct:__anon387
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_pfvf_utils.c47 adf_pfvf_calc_blkmsg_crc(u8 const *buf, u8 buf_len) argument
/freebsd-current/lib/libsbuf/tests/
H A Dsbuf_core_test.c48 ssize_t buf_len; local
135 ssize_t buf_len, test_string_len; local
195 ssize_t buf_len; local
239 test_string, buf_len); local
[all...]
/freebsd-current/contrib/byacc/
H A Dmstring.c16 static size_t buf_len; variable
/freebsd-current/contrib/ldns/drill/
H A Dwork.c22 hexstr2bin(char *hexstr, int len, uint8_t *buf, size_t offset, size_t buf_len) argument
/freebsd-current/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-current/sys/contrib/libsodium/src/libsodium/randombytes/
H A Drandombytes.c202 randombytes(unsigned char * const buf, const unsigned long long buf_len) argument
/freebsd-current/contrib/bc/src/
H A Dread.c96 bc_read_buf(BcVec* vec, char* buf, size_t* buf_len) argument
[all...]
/freebsd-current/sys/sys/
H A Defiio.h38 size_t buf_len; /* Size of the buffer */ member in struct:efi_get_table_ioc
/freebsd-current/crypto/heimdal/kadmin/
H A Dkadm_conn.c135 size_t buf_len; local
/freebsd-current/crypto/openssh/
H A Dhmac.c35 size_t buf_len; member in struct:ssh_hmac_ctx
[all...]
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dtestmode.c374 int ret, buf_len; local
/freebsd-current/crypto/openssl/crypto/asn1/
H A Da_object.c181 int i2t_ASN1_OBJECT(char *buf, int buf_len, const ASN1_OBJECT *a) argument

Completed in 366 milliseconds

12345678