Home
last modified time | relevance | path

Searched defs:buf_len (Results 1 – 25 of 141) sorted by relevance

123456

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_print.c19 size_t buf_len = 0; in EC_POINT_point2bn() local
37 size_t buf_len = 0; in EC_POINT_bn2point() local
80 size_t buf_len = 0, i; in EC_POINT_point2hex() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_deprecated.c26 size_t buf_len = 0; in EC_POINT_point2bn() local
44 size_t buf_len = 0; in EC_POINT_bn2point() local
H A Dec_print.c22 size_t buf_len = 0, i; in EC_POINT_point2hex() local
/netbsd-src/external/bsd/wpa/dist/src/crypto/
H A Dsha512-prf.c31 const u8 *data, size_t data_len, u8 *buf, size_t buf_len) in sha512_prf()
64 size_t buf_len = (buf_len_bits + 7) / 8; in sha512_prf_bits() local
H A Dsha256-prf.c31 const u8 *data, size_t data_len, u8 *buf, size_t buf_len) in sha256_prf()
64 size_t buf_len = (buf_len_bits + 7) / 8; in sha256_prf_bits() local
H A Dsha384-prf.c31 const u8 *data, size_t data_len, u8 *buf, size_t buf_len) in sha384_prf()
64 size_t buf_len = (buf_len_bits + 7) / 8; in sha384_prf_bits() local
H A Daes-eax.c33 size_t buf_len; in aes_128_eax_encrypt() local
97 size_t buf_len; in aes_128_eax_decrypt() local
H A Dsha1-prf.c31 const u8 *data, size_t data_len, u8 *buf, size_t buf_len) in sha1_prf()
H A Dsha1-tprf.c30 const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) in sha1_t_prf()
/netbsd-src/external/gpl2/dtc/dist/
H A Dfdtoverlay.c47 static void *apply_one(char *base, const char *overlay, size_t *buf_len, in apply_one()
101 size_t buf_len; in do_fdtoverlay() local
/netbsd-src/lib/libc/posix1e/
H A Dacl_id_to_name.c62 _posix1e_acl_id_to_name(acl_tag_t tag, uid_t id, ssize_t buf_len, char *buf, in _posix1e_acl_id_to_name()
/netbsd-src/external/bsd/wpa/dist/src/eap_peer/
H A Deap_fast_pac.c185 size_t buf_len; member
477 static void eap_fast_write(char **buf, char **pos, size_t *buf_len, in eap_fast_write()
575 char **pos, size_t *buf_len) in eap_fast_add_pac_data()
624 size_t buf_len; in eap_fast_save_pac() local
H A Deap_teap_pac.c185 size_t buf_len; member
478 static void eap_teap_write(char **buf, char **pos, size_t *buf_len, in eap_teap_write()
580 char **pos, size_t *buf_len) in eap_teap_add_pac_data()
628 size_t buf_len; in eap_teap_save_pac() local
H A Dmschapv2.c113 const u8 *buf, size_t buf_len) in mschapv2_verify_auth_response()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dparse_reply-test.c54 size_t buf_len; member
/netbsd-src/external/bsd/wpa/dist/src/eap_common/
H A Deap_peap_common.c17 u8 *buf, size_t buf_len) in peap_prfplus()
/netbsd-src/external/bsd/pkg_install/dist/create/
H A Dbuild.c124 ssize_t buf_len; in write_entry() local
174 ssize_t buf_len; in write_normal_file() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/vboxvideo/
H A Dhgsmi_ch_setup.h18 u32 buf_len; member
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common.cpp242 static uptr ReadProcessName(/*out*/ char *buf, uptr buf_len) { in ReadProcessName()
265 uptr ReadBinaryNameCached(/*out*/char *buf, uptr buf_len) { in ReadBinaryNameCached()
276 uptr ReadBinaryDir(/*out*/ char *buf, uptr buf_len) { in ReadBinaryDir()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Dbio_enc.c28 int buf_len; member
177 int j = outl - blocksize, buf_len; in enc_read() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dbio_enc.c30 int buf_len; member
177 int j = outl - blocksize, buf_len; in enc_read() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
H A Damdgpu_hdcp_ddc.c152 uint32_t buf_len) in read()
187 uint32_t buf_len, in read_repeatedly()
211 uint32_t buf_len) in write()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/
H A Dinit_sec_context.c201 size_t buf_size, buf_len; in spnego_initial() local
397 size_t buf_len = 0; in spnego_reply() local
/netbsd-src/usr.bin/rump_dhcpclient/
H A Dbpf.c58 int buf_len = 0; in open_socket() local
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/
H A Drandombytes.c202 randombytes(unsigned char * const buf, const unsigned long long buf_len) in randombytes()

123456