Searched refs:size_t (Results 126 - 150 of 8842) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/wpa/src/tls/
H A Drsa.h15 crypto_rsa_import_public_key(const u8 *buf, size_t len);
17 crypto_rsa_import_public_key_parts(const u8 *n, size_t n_len,
18 const u8 *e, size_t e_len);
20 crypto_rsa_import_private_key(const u8 *buf, size_t len);
21 size_t crypto_rsa_get_modulus_len(struct crypto_rsa_key *key);
22 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen,
H A Dtlsv1_cred.h19 size_t dh_p_len;
21 size_t dh_g_len;
28 const u8 *cert_blob, size_t cert_blob_len,
31 const u8 *cert_blob, size_t cert_blob_len);
36 size_t private_key_blob_len);
38 const u8 *dh_blob, size_t dh_blob_len);
/freebsd-11.0-release/contrib/unbound/sldns/
H A Dkeyraw.h38 size_t sldns_rr_dnskey_key_size_raw(const unsigned char *keydata,
39 const size_t len, int alg);
47 uint16_t sldns_calc_keytag_raw(uint8_t* key, size_t keysize);
66 DSA *sldns_key_buf2dsa_raw(unsigned char* key, size_t len);
75 EVP_PKEY* sldns_gost2pkey_raw(unsigned char* key, size_t keylen);
85 EVP_PKEY* sldns_ecdsa2pkey_raw(unsigned char* key, size_t keylen, uint8_t algo);
93 RSA *sldns_key_buf2rsa_raw(unsigned char* key, size_t len);
H A Dstr2wire.h44 int sldns_str2wire_dname_buf(const char* str, uint8_t* buf, size_t* len);
56 int sldns_str2wire_dname_buf_origin(const char* str, uint8_t* buf, size_t* len,
57 uint8_t* origin, size_t origin_len);
65 uint8_t* sldns_str2wire_dname(const char* str, size_t* len);
86 int sldns_str2wire_rr_buf(const char* str, uint8_t* rr, size_t* len,
87 size_t* dname_len, uint32_t default_ttl, uint8_t* origin,
88 size_t origin_len, uint8_t* prev, size_t prev_len);
106 int sldns_str2wire_rr_question_buf(const char* str, uint8_t* rr, size_t* len,
107 size_t* dname_le
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstrtab.h41 size_t str_off; /* offset in bytes of this string */
42 size_t str_len; /* length in bytes of this string */
52 size_t str_bufsz; /* size of individual buffer */
54 size_t str_size; /* total size of strings in bytes */
59 extern size_t strtab_insert(strtab_t *, const char *);
60 extern size_t strtab_size(const strtab_t *);
62 ssize_t (*)(void *, size_t, void *), void *);
/freebsd-11.0-release/sbin/hastd/
H A Debuf.h35 #include <stdlib.h> /* size_t */
39 struct ebuf *ebuf_alloc(size_t size);
42 int ebuf_add_head(struct ebuf *eb, const void *data, size_t size);
43 int ebuf_add_tail(struct ebuf *eb, const void *data, size_t size);
45 void ebuf_del_head(struct ebuf *eb, size_t size);
46 void ebuf_del_tail(struct ebuf *eb, size_t size);
48 void *ebuf_data(struct ebuf *eb, size_t *sizep);
49 size_t ebuf_size(struct ebuf *eb);
/freebsd-11.0-release/usr.bin/grep/regex/
H A Dhashtable.h22 size_t key_size;
23 size_t table_size;
24 size_t usage;
25 size_t value_size;
31 hashtable *hashtable_init(size_t, size_t, size_t);
/freebsd-11.0-release/contrib/xz/src/liblzma/simple/
H A Dsimple_private.h36 size_t (*filter)(lzma_simple *simple, uint32_t now_pos,
37 bool is_encoder, uint8_t *buffer, size_t size);
49 size_t allocated;
53 size_t pos;
57 size_t filtered;
61 size_t size;
71 size_t (*filter)(lzma_simple *simple, uint32_t now_pos,
72 bool is_encoder, uint8_t *buffer, size_t size),
73 size_t simple_size, size_t unfiltered_ma
[all...]
/freebsd-11.0-release/usr.sbin/uefisign/
H A Duefisign.h46 size_t x_len;
51 size_t x_headers_len;
54 size_t x_checksum_len;
57 size_t x_certificate_entry_len;
61 size_t x_section_len[MAX_SECTIONS];
73 size_t x_signature_len;
78 void send_chunk(const void *buf, size_t len, int pipefd);
79 void receive_chunk(void **bufp, size_t *lenp, int pipefd);
86 size_t signature_size(const struct executable *x);
89 off_t off, size_t le
[all...]
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dstrndup.c23 @deftypefn Extension char* strndup (const char *@var{s}, size_t @var{n})
36 extern size_t strlen (const char*);
37 extern PTR malloc (size_t);
38 extern PTR memcpy (PTR, const PTR, size_t);
41 strndup (const char *s, size_t n)
44 size_t len = strlen (s);
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dwpa_auth_ie.h14 size_t wpa_ie_len;
16 size_t rsn_ie_len;
19 size_t gtk_len;
21 size_t mac_addr_len;
24 size_t smk_len;
26 size_t nonce_len;
28 size_t lifetime_len;
30 size_t error_len;
34 size_t igtk_len;
38 size_t mdie_le
[all...]
/freebsd-11.0-release/include/
H A Diconv.h56 size_t iconv(iconv_t, char ** __restrict,
57 size_t * __restrict, char ** __restrict,
58 size_t * __restrict);
63 int __iconv_get_list(char ***, size_t *, __iconv_bool);
64 void __iconv_free_list(char **, size_t);
65 size_t __iconv(iconv_t, char **, size_t *, char **,
66 size_t *, __uint32_t, size_t *);
106 size_t, voi
[all...]
H A Dstdlib.h48 typedef __size_t size_t; typedef
88 void *bsearch(const void *, const void *, size_t,
89 size_t, int (*)(const void *, const void *));
90 void *calloc(size_t, size_t) __malloc_like __result_use_check
98 void *malloc(size_t) __malloc_like __result_use_check __alloc_size(1);
99 int mblen(const char *, size_t);
100 size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
101 int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
[all...]
/freebsd-11.0-release/contrib/diff/lib/
H A Dxalloc.h51 void *xmalloc (size_t s);
52 void *xnmalloc (size_t n, size_t s);
53 void *xzalloc (size_t s);
54 void *xcalloc (size_t n, size_t s);
55 void *xrealloc (void *p, size_t s);
56 void *xnrealloc (void *p, size_t n, size_t s);
57 void *x2realloc (void *p, size_t *p
[all...]
/freebsd-11.0-release/contrib/libstdc++/libsupc++/
H A Dvec.cc70 __cxa_vec_new(std::size_t element_count,
71 std::size_t element_size,
72 std::size_t padding_size,
82 __cxa_vec_new2(std::size_t element_count,
83 std::size_t element_size,
84 std::size_t padding_size,
87 void *(*alloc) (std::size_t),
90 std::size_t size = element_count * element_size + padding_size;
98 reinterpret_cast <std::size_t *> (base)[-1] = element_count;
100 reinterpret_cast <std::size_t *> (bas
[all...]
/freebsd-11.0-release/contrib/jemalloc/include/jemalloc/internal/
H A Dstats.h44 size_t curregs;
62 size_t curruns;
86 size_t curruns;
98 size_t curhchunks;
103 size_t mapped;
111 size_t retained;
126 size_t metadata_mapped;
127 size_t metadata_allocated; /* Protected via atomic_*_z(). */
130 size_t allocated_large;
135 size_t allocated_hug
[all...]
/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Daes_wrap.h21 int __must_check aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain,
23 int __must_check aes_unwrap(const u8 *kek, size_t kek_len, int n,
25 int __must_check omac1_aes_vector(const u8 *key, size_t key_len,
26 size_t num_elem, const u8 *addr[],
27 const size_t *len, u8 *mac);
28 int __must_check omac1_aes_128_vector(const u8 *key, size_t num_elem,
29 const u8 *addr[], const size_t *len,
31 int __must_check omac1_aes_128(const u8 *key, const u8 *data, size_t data_len,
33 int __must_check omac1_aes_256(const u8 *key, const u8 *data, size_t data_len,
37 u8 *data, size_t data_le
[all...]
/freebsd-11.0-release/contrib/xz/src/common/
H A Dtuklib_mbstr_width.c20 extern size_t
21 tuklib_mbstr_width(const char *str, size_t *bytes)
23 const size_t len = strlen(str);
36 size_t width = 0;
37 size_t i = 0;
43 const size_t ret = mbrtowc(&wc, str + i, len - i, &state);
45 return (size_t)-1;
51 return (size_t)-1;
60 return (size_t)-1;
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_strtab.h41 size_t str_off; /* offset in bytes of this string */
42 size_t str_len; /* length in bytes of this string */
52 size_t str_bufsz; /* size of individual buffer */
54 size_t str_size; /* total size of strings in bytes */
57 typedef ssize_t dt_strtab_write_f(const char *, size_t, size_t, void *);
59 extern dt_strtab_t *dt_strtab_create(size_t);
63 extern size_t dt_strtab_size(const dt_strtab_t *);
66 extern ulong_t dt_strtab_hash(const char *, size_t *);
/freebsd-11.0-release/usr.sbin/fstyp/
H A Dfstyp.h37 void *read_buf(FILE *fp, off_t off, size_t len);
39 void rtrim(char *label, size_t size);
41 int fstyp_cd9660(FILE *fp, char *label, size_t size);
42 int fstyp_ext2fs(FILE *fp, char *label, size_t size);
43 int fstyp_geli(FILE *fp, char *label, size_t size);
44 int fstyp_msdosfs(FILE *fp, char *label, size_t size);
45 int fstyp_ntfs(FILE *fp, char *label, size_t size);
46 int fstyp_ufs(FILE *fp, char *label, size_t size);
48 int fstyp_zfs(FILE *fp, char *label, size_t size);
/freebsd-11.0-release/contrib/libstdc++/include/ext/
H A Dhash_fun.h68 using std::size_t;
73 inline size_t
79 return size_t(__h);
85 size_t
93 size_t
101 size_t
109 size_t
117 size_t
125 size_t
133 size_t
[all...]
/freebsd-11.0-release/lib/libc/locale/
H A Dmblocal.h51 size_t (*__mbrtowc)(wchar_t * __restrict, const char * __restrict,
52 size_t, mbstate_t * __restrict);
54 size_t (*__mbsnrtowcs)(wchar_t * __restrict, const char ** __restrict,
55 size_t, size_t, mbstate_t * __restrict);
56 size_t (*__wcrtomb)(char * __restrict, wchar_t, mbstate_t * __restrict);
57 size_t (*__wcsnrtombs)(char * __restrict, const wchar_t ** __restrict,
58 size_t, size_t, mbstate_t * __restrict);
81 typedef size_t (*mbrtowc_pfn_
[all...]
H A Dwcsnrtombs.c43 size_t
44 wcsnrtombs_l(char * __restrict dst, const wchar_t ** __restrict src, size_t nwc,
45 size_t len, mbstate_t * __restrict ps, locale_t locale)
52 size_t
53 wcsnrtombs(char * __restrict dst, const wchar_t ** __restrict src, size_t nwc,
54 size_t len, mbstate_t * __restrict ps)
60 size_t
62 size_t nwc, size_t len, mbstate_t * __restrict ps,
68 size_t nbyte
[all...]
/freebsd-11.0-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth-proto.h61 int auth_wait (char *, size_t);
64 void auth_gen_printsub (unsigned char *, size_t, unsigned char *, size_t);
72 void auth_printsub(unsigned char*, size_t, unsigned char*, size_t);
88 void unsafe_printsub (unsigned char *, size_t, unsigned char *, size_t);
97 void sra_printsub (unsigned char *, size_t, unsigned char *, size_t);
106 int kerberos5_status (Authenticator *, char *, size_t, in
[all...]
/freebsd-11.0-release/contrib/wpa/src/fst/
H A Dfst_ctrl_iface.h17 int fst_ctrl_iface_mb_info(const u8 *addr, char *buf, size_t buflen);
19 int fst_ctrl_iface_receive(const char *txtaddr, char *buf, size_t buflen);
26 fst_ctrl_iface_mb_info(const u8 *addr, char *buf, size_t buflen)
34 int fst_read_next_text_param(const char *params, char *buf, size_t buflen,
40 int fst_parse_attach_command(const char *cmd, char *ifname, size_t ifname_size,
42 int fst_parse_detach_command(const char *cmd, char *ifname, size_t ifname_size);

Completed in 149 milliseconds

1234567891011>>