Home
last modified time | relevance | path

Searched refs:size_t (Results 126 – 150 of 6227) sorted by relevance

12345678910>>...250

/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dsha384.h14 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem,
15 const u8 *addr[], const size_t *len, u8 *mac);
16 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data,
17 size_t data_len, u8 *mac);
18 int sha384_prf(const u8 *key, size_t key_len, const char *label,
19 const u8 *data, size_t data_len, u8 *buf, size_t buf_len);
21 const u8 *data, size_t data_len, u8 *buf,
22 size_t buf_len_bits);
23 int hmac_sha384_kdf(const u8 *secret, size_t secret_len,
24 const char *label, const u8 *seed, size_t seed_len,
[all …]
H A Daes-ccm.c28 static void aes_ccm_auth_start(void *aes, size_t M, size_t L, const u8 *nonce, in aes_ccm_auth_start()
29 const u8 *aad, size_t aad_len, size_t plain_len, in aes_ccm_auth_start()
67 size_t i; in aes_ccm_auth()
92 static void aes_ccm_encr(void *aes, size_t L, const u8 *in, size_t len, u8 *out, in aes_ccm_encr()
96 size_t i; in aes_ccm_encr()
119 size_t i; in aes_ccm_encr_auth()
134 size_t i; in aes_ccm_decr_auth()
149 size_t M, const u8 *plain, size_t plain_len, in aes_ccm_ae()
152 const size_t L = 2; in aes_ccm_ae()
179 size_t M, const u8 *crypt, size_t crypt_len, in aes_ccm_ad()
[all …]
H A Dcrypto_linux.c58 size_t key_len, size_t num_elem, in linux_af_alg_hash_vector()
63 size_t i; in linux_af_alg_hash_vector()
139 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, in sha1_vector()
147 int sha256_vector(size_t num_elem, const u8 *addr[], const size_t *len, in sha256_vector()
155 int sha384_vector(size_t num_elem, const u8 *addr[], const size_t *len, in sha384_vector()
163 int sha512_vector(size_t num_elem, const u8 *addr[], const size_t *len, in sha512_vector()
171 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_md5_vector()
186 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector()
201 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector()
234 size_t mac_len;
[all …]
/dragonfly/contrib/tcsh-6/
H A Dtc.decls.h46 extern memalign_t malloc (size_t);
47 extern memalign_t realloc (ptr_t, size_t);
48 extern memalign_t calloc (size_t, size_t);
53 extern memalign_t smalloc (size_t);
55 extern memalign_t scalloc (size_t, size_t);
81 extern Char *Itoa (int, size_t, Char);
191 extern char *xgetcwd (char *, size_t);
261 extern size_t one_mbtowc (Char *, const char *, size_t);
306 size_t);
315 size_t);
[all …]
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dos_none.c58 int os_get_random(unsigned char *buf, size_t len) in os_get_random()
99 char * os_readfile(const char *name, size_t *len) in os_readfile()
111 void * os_zalloc(size_t size) in os_zalloc()
117 void * os_memdup(const void *src, size_t n) in os_memdup()
124 void * os_malloc(size_t size) in os_malloc()
130 void * os_realloc(void *ptr, size_t size) in os_realloc()
141 void * os_memcpy(void *dest, const void *src, size_t n) in os_memcpy()
153 void * os_memset(void *s, int c, size_t n) in os_memset()
159 int os_memcmp(const void *s1, const void *s2, size_t n) in os_memcmp()
171 size_t os_strlen(const char *s) in os_strlen()
[all …]
H A Dcommon.c42 size_t i; in hwaddr_parse()
172 size_t i; in hexstr2bin()
190 size_t i; in hwaddr_mask_txt()
233 void buf_shift_right(u8 *buf, size_t len, size_t bits) in buf_shift_right()
235 size_t i; in buf_shift_right()
295 size_t i; in wpa_snprintf_hex_sep()
319 size_t i; in _wpa_snprintf_hex()
479 size_t i; in printf_encode()
700 size_t i; in is_hex()
712 size_t i; in has_ctrl_char()
[all …]
/dragonfly/contrib/zstd/lib/dictBuilder/
H A Dcover.c214 size_t *offsets;
216 size_t nbSamples;
220 size_t suffixSize;
236 size_t COVER_sum(const size_t *samplesSizes, unsigned nbSamples) { in COVER_sum()
237 size_t sum = 0; in COVER_sum()
295 static const size_t *COVER_lower_bound(const size_t *first, const size_t *last, in COVER_lower_bound()
322 size_t num = 0; in COVER_groupBy()
585 ctx->offsets = (size_t *)malloc((nbSamples + 1) * sizeof(size_t)); in COVER_ctx_init()
686 size_t epoch; in COVER_buildDictionary()
799 size_t i; in COVER_checkTotalCompressedSize()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dpointer-set.c33 size_t log_slots;
35 size_t n_elements;
54 static inline size_t
117 static inline size_t
139 size_t n; in pointer_set_insert()
148 size_t i; in pointer_set_insert()
178 size_t i; in pointer_set_traverse()
193 size_t log_slots;
253 size_t n; in pointer_map_insert()
263 size_t i; in pointer_map_insert()
[all …]
/dragonfly/contrib/nvi2/vi/
H A Dvi.h151 size_t cs_cno; /* Column. */
153 size_t cs_len; /* Length. */
234 size_t klen; /* Keyword length. */
235 size_t keywlen; /* Keyword buffer length. */
241 size_t rep_len; /* Input replay buffer length. */
253 size_t busy_oldy; /* Saved y coordinate. */
254 size_t busy_oldx; /* Saved x coordinate. */
277 size_t sv_t_maxrows; /* tcmd: saved t_maxrows. */
278 size_t sv_t_minrows; /* tcmd: saved t_minrows. */
279 size_t sv_t_rows; /* tcmd: saved t_rows. */
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/impl/
H A Dprofiler_list_to_vector.h96 std::size_t
100 std::size_t
108 std::size_t
129 __opr_insert(std::size_t __shift, std::size_t __size) in __opr_insert()
140 __resize(std::size_t __from, std::size_t) in __resize() argument
199 __opr_insert(const void* __obj, std::size_t __shift, std::size_t __size) in __opr_insert()
223 __resize(const void* __obj, std::size_t __from, std::size_t __to) in __resize()
231 __vector_cost(std::size_t __shift, std::size_t __iterate) in __vector_cost()
241 __list_cost(std::size_t __shift, std::size_t __iterate) in __list_cost()
286 std::size_t __shift, std::size_t __size) in __trace_list_to_vector_insert()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dchar_traits.h108 static std::size_t in _GLIBCXX_VISIBILITY()
158 std::size_t in _GLIBCXX_VISIBILITY()
162 std::size_t __i = 0; in _GLIBCXX_VISIBILITY()
259 static size_t in _GLIBCXX_VISIBILITY()
330 static size_t in _GLIBCXX_VISIBILITY()
408 for (size_t __i = 0; __i < __n; ++__i)
416 static size_t
419 size_t __i = 0;
428 for (size_t __i = 0; __i < __n; ++__i)
509 static size_t
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/profile/impl/
H A Dprofiler.h103 std::size_t, std::size_t);
105 std::size_t, std::size_t);
110 std::size_t, std::size_t, std::size_t);
115 std::size_t, std::size_t);
117 std::size_t, std::size_t);
122 std::size_t, std::size_t);
126 std::size_t, std::size_t);
138 std::size_t, std::size_t);
142 std::size_t, std::size_t);
149 std::size_t);
[all …]
H A Dprofiler_container_size.h75 __init(std::size_t __num) in __init()
99 __destruct(std::size_t __num, std::size_t __inum) in __destruct()
121 __resize_cost(std::size_t __from, std::size_t) in __resize_cost() argument
126 __resize(std::size_t __from, std::size_t __to) in __resize()
134 std::size_t _M_init;
136 std::size_t _M_min;
137 std::size_t _M_total;
141 std::size_t _M_count;
142 std::size_t _M_resize;
143 std::size_t _M_cost;
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dchar_traits.h160 _GLIBCXX14_CONSTEXPR std::size_t in _GLIBCXX_VISIBILITY()
164 std::size_t __i = 0; in _GLIBCXX_VISIBILITY()
250 size_t __i = 0; in _GLIBCXX_VISIBILITY()
315 static _GLIBCXX17_CONSTEXPR size_t in _GLIBCXX_VISIBILITY()
533 for (size_t __i = 0; __i < __n; ++__i)
544 size_t __i = 0;
553 for (size_t __i = 0; __i < __n; ++__i)
580 for (size_t __i = 0; __i < __n; ++__i)
630 for (size_t __i = 0; __i < __n; ++__i)
641 size_t __i = 0;
[all …]
H A Drandom.tcc192 size_t __w, size_t __n, size_t __m, size_t __r,
201 size_t __w, size_t __n, size_t __m, size_t __r,
210 size_t __w, size_t __n, size_t __m, size_t __r,
219 size_t __w, size_t __n, size_t __m, size_t __r,
228 size_t __w, size_t __n, size_t __m, size_t __r,
237 size_t __w, size_t __n, size_t __m, size_t __r,
246 size_t __w, size_t __n, size_t __m, size_t __r,
255 size_t __w, size_t __n, size_t __m, size_t __r,
264 size_t __w, size_t __n, size_t __m, size_t __r,
273 size_t __w, size_t __n, size_t __m, size_t __r,
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dmt_allocator.h45 using std::size_t; in _GLIBCXX_VISIBILITY()
72 size_t _M_align; in _GLIBCXX_VISIBILITY()
122 _Tune(size_t __align, size_t __maxb, size_t __minbin, size_t __chunk, in _GLIBCXX_VISIBILITY()
123 size_t __maxthreads, size_t __headroom, bool __force) in _GLIBCXX_VISIBILITY()
151 size_t in _GLIBCXX_VISIBILITY()
155 size_t in _GLIBCXX_VISIBILITY()
225 _M_reserve_block(size_t __bytes, const size_t __thread_id); in _GLIBCXX_VISIBILITY()
230 size_t in _GLIBCXX_VISIBILITY()
312 size_t* _M_free; in _GLIBCXX_VISIBILITY()
336 _M_reserve_block(size_t __bytes, const size_t __thread_id); in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/backward/
H A Dhash_fun.h83 size_t in _GLIBCXX_VISIBILITY()
91 size_t in _GLIBCXX_VISIBILITY()
99 size_t in _GLIBCXX_VISIBILITY()
107 size_t in _GLIBCXX_VISIBILITY()
115 size_t in _GLIBCXX_VISIBILITY()
123 size_t in _GLIBCXX_VISIBILITY()
131 size_t in _GLIBCXX_VISIBILITY()
139 size_t in _GLIBCXX_VISIBILITY()
147 size_t in _GLIBCXX_VISIBILITY()
155 size_t in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/backward/
H A Dhash_fun.h82 size_t in _GLIBCXX_VISIBILITY()
90 size_t in _GLIBCXX_VISIBILITY()
98 size_t in _GLIBCXX_VISIBILITY()
106 size_t in _GLIBCXX_VISIBILITY()
114 size_t in _GLIBCXX_VISIBILITY()
122 size_t in _GLIBCXX_VISIBILITY()
130 size_t in _GLIBCXX_VISIBILITY()
138 size_t in _GLIBCXX_VISIBILITY()
146 size_t in _GLIBCXX_VISIBILITY()
154 size_t in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_opt.h23 size_t ZSTD_compressBlock_btopt(
25 void const* src, size_t srcSize);
26 size_t ZSTD_compressBlock_btultra(
28 void const* src, size_t srcSize);
29 size_t ZSTD_compressBlock_btultra2(
31 void const* src, size_t srcSize);
36 void const* src, size_t srcSize);
39 void const* src, size_t srcSize);
41 size_t ZSTD_compressBlock_btopt_extDict(
43 void const* src, size_t srcSize);
[all …]
/dragonfly/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c56 size_t ZSTD_getcBlockSize(const void* src, size_t srcSize, in ZSTD_getcBlockSize()
444 size_t s; in ZSTD_buildFSETable_body()
660 size_t offset;
665 size_t state;
677 size_t pos;
1223 static size_t
1328 static size_t
1378 static size_t
1401 static size_t
1448 size_t
[all …]
/dragonfly/usr.sbin/installer/libaura/
H A Dbuffer.h47 size_t len;
48 size_t size;
49 size_t pos;
52 struct aura_buffer *aura_buffer_new(size_t);
55 size_t aura_buffer_len(struct aura_buffer *);
56 size_t aura_buffer_size(struct aura_buffer *);
58 void aura_buffer_ensure_size(struct aura_buffer *, size_t);
59 void aura_buffer_set(struct aura_buffer *, const char *, size_t);
69 int aura_buffer_seek(struct aura_buffer *, size_t);
70 size_t aura_buffer_tell(struct aura_buffer *);
[all …]
/dragonfly/contrib/binutils-2.34/gold/
H A Dstringpool.h38 inline size_t
41 size_t len = 0; in string_length()
51 inline size_t
129 size_t
164 size_t size_;
180 typedef size_t Key;
302 static size_t
309 size_t len;
311 size_t alc;
338 size_t length;
[all …]
/dragonfly/contrib/binutils-2.27/gold/
H A Dstringpool.h38 inline size_t
41 size_t len = 0; in string_length()
51 inline size_t
129 size_t
164 size_t size_;
180 typedef size_t Key;
302 static size_t
309 size_t len;
311 size_t alc;
338 size_t length;
[all …]
/dragonfly/sys/dev/drm/include/linux/
H A Dkfifo.h44 size_t kfm_head;
45 size_t kfm_tail;
46 size_t kfm_nbytes;
103 static inline size_t
106 const size_t head = meta->kfm_head; in _kfifo_len()
116 static inline size_t
121 size_t copied = 0; in _kfifo_out_peek()
151 static inline size_t
156 size_t copied = 0; in _kfifo_out()
189 static inline size_t
[all …]
/dragonfly/gnu/usr.bin/diff/libdiffutils/
H A Dstring.h678 size_t __n)
683 size_t __n));
779 size_t __n)
783 size_t __n));
788 size_t __n)
793 size_t __n));
938 _GL_FUNCDECL_RPL (strnlen, size_t, (char const *__s, size_t __maxlen)
941 _GL_CXXALIAS_RPL (strnlen, size_t, (char const *__s, size_t __maxlen));
944 _GL_FUNCDECL_SYS (strnlen, size_t, (char const *__s, size_t __maxlen)
948 _GL_CXXALIAS_SYS (strnlen, size_t, (char const *__s, size_t __maxlen));
[all …]

12345678910>>...250