Home
last modified time | relevance | path

Searched refs:u_int64_t (Results 1 – 25 of 105) sorted by relevance

12345

/external/openssh/
Dsftp-client.h43 u_int64_t f_bsize;
44 u_int64_t f_frsize;
45 u_int64_t f_blocks;
46 u_int64_t f_bfree;
47 u_int64_t f_bavail;
48 u_int64_t f_files;
49 u_int64_t f_ffree;
50 u_int64_t f_favail;
51 u_int64_t f_fsid;
52 u_int64_t f_flag;
[all …]
Dsshbuf.h179 int sshbuf_get_u64(struct sshbuf *buf, u_int64_t *valp);
183 int sshbuf_put_u64(struct sshbuf *buf, u_int64_t val);
259 (((u_int64_t)(((const u_char *)(p))[0]) << 56) | \
260 ((u_int64_t)(((const u_char *)(p))[1]) << 48) | \
261 ((u_int64_t)(((const u_char *)(p))[2]) << 40) | \
262 ((u_int64_t)(((const u_char *)(p))[3]) << 32) | \
263 ((u_int64_t)(((const u_char *)(p))[4]) << 24) | \
264 ((u_int64_t)(((const u_char *)(p))[5]) << 16) | \
265 ((u_int64_t)(((const u_char *)(p))[6]) << 8) | \
266 (u_int64_t)(((const u_char *)(p))[7]))
[all …]
Dkrl.h45 void ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version);
48 const struct sshkey *ca_key, u_int64_t serial);
50 const struct sshkey *ca_key, u_int64_t lo, u_int64_t hi);
Dmisc.h103 u_int64_t get_u64(const void *)
109 void put_u64(void *, u_int64_t)
124 u_int64_t rate, thresh, lamt;
128 void bandwidth_limit_init(struct bwlimit *, u_int64_t, size_t);
Dkrl.c57 u_int64_t lo, hi;
93 u_int64_t krl_version;
94 u_int64_t generated_date;
95 u_int64_t flags;
188 ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version) in ssh_krl_set_version()
242 insert_serial_range(struct revoked_serial_tree *rt, u_int64_t lo, u_int64_t hi) in insert_serial_range()
299 if (ers->hi != (u_int64_t)-1 && crs->lo > ers->hi + 1) in insert_serial_range()
316 u_int64_t serial) in ssh_krl_revoke_cert_by_serial()
323 const struct sshkey *ca_key, u_int64_t lo, u_int64_t hi) in ssh_krl_revoke_cert_by_serial_range()
450 choose_next_state(int current_state, u_int64_t contig, int final, in choose_next_state()
[all …]
Dpacket.h135 void ssh_packet_get_bytes(struct ssh *, u_int64_t *, u_int64_t *);
162 void ssh_packet_set_rekey_limits(struct ssh *, u_int64_t, u_int32_t);
180 int sshpkt_put_u64(struct ssh *ssh, u_int64_t val);
191 int sshpkt_get_u64(struct ssh *ssh, u_int64_t *valp);
Dbuffer.h64 u_int64_t buffer_get_int64(Buffer *);
65 void buffer_put_int64(Buffer *, u_int64_t);
84 int buffer_get_int64_ret(u_int64_t *, Buffer *);
Dbufaux.c75 buffer_get_int64_ret(u_int64_t *v, Buffer *buffer) in buffer_get_int64_ret()
86 u_int64_t
89 u_int64_t ret; in buffer_get_int64()
116 buffer_put_int64(Buffer *buffer, u_int64_t value) in buffer_put_int64()
Dmisc.c830 u_int64_t
834 u_int64_t v; in get_u64()
836 v = (u_int64_t)p[0] << 56; in get_u64()
837 v |= (u_int64_t)p[1] << 48; in get_u64()
838 v |= (u_int64_t)p[2] << 40; in get_u64()
839 v |= (u_int64_t)p[3] << 32; in get_u64()
840 v |= (u_int64_t)p[4] << 24; in get_u64()
841 v |= (u_int64_t)p[5] << 16; in get_u64()
842 v |= (u_int64_t)p[6] << 8; in get_u64()
843 v |= (u_int64_t)p[7]; in get_u64()
[all …]
Ddefines.h285 typedef unsigned long int u_int64_t; typedef
288 typedef unsigned long long int u_int64_t; typedef
297 typedef u_int64_t uint64_t;
674 ((((u_int64_t)(f).val[0] & 0xffffffffUL) << 32) | \
678 ((((u_int64_t)(f).__val[0] & 0xffffffffUL) << 32) | \
Dopacket.c42 ssh_packet_put_int64(struct ssh *ssh, u_int64_t value) in ssh_packet_put_int64()
142 u_int64_t
145 u_int64_t val; in ssh_packet_get_int64()
/external/ipsec-tools/src/libipsec/
Dlibpfkey.h137 struct sockaddr *, u_int, u_int, u_int64_t, u_int64_t,
142 struct sockaddr *, u_int, u_int, u_int64_t, u_int64_t,
170 caddr_t, u_int, u_int, u_int, u_int, u_int, u_int32_t, u_int64_t,
171 u_int64_t, u_int64_t, u_int32_t));
174 caddr_t, u_int, u_int, u_int, u_int, u_int, u_int32_t, u_int64_t,
175 u_int64_t, u_int64_t, u_int32_t,
179 caddr_t, u_int, u_int, u_int, u_int, u_int, u_int32_t, u_int64_t,
180 u_int64_t, u_int64_t, u_int32_t));
183 caddr_t, u_int, u_int, u_int, u_int, u_int, u_int32_t, u_int64_t,
184 u_int64_t, u_int64_t, u_int32_t,
Dpfkey.c64 struct sockaddr *, u_int, u_int, u_int64_t, u_int64_t,
867 (u_int64_t)0, (u_int64_t)0, in pfkey_send_spdadd()
882 struct sockaddr *dst, u_int prefd, u_int proto, u_int64_t ltime, in pfkey_send_spdadd2()
883 u_int64_t vtime, caddr_t policy, int policylen, u_int32_t seq) in pfkey_send_spdadd2()
911 (u_int64_t)0, (u_int64_t)0, in pfkey_send_spdupdate()
926 struct sockaddr *dst, u_int prefd, u_int proto, u_int64_t ltime, in pfkey_send_spdupdate2()
927 u_int64_t vtime, caddr_t policy, int policylen, u_int32_t seq) in pfkey_send_spdupdate2()
960 (u_int64_t)0, (u_int64_t)0, in pfkey_send_spddelete()
1021 (u_int64_t)0, (u_int64_t)0, in pfkey_send_spdsetidx()
1572 struct sockaddr *dst, u_int prefd, u_int proto, u_int64_t ltime, in pfkey_send_x4()
[all …]
/external/openssh/openbsd-compat/
Dsha2.h70 u_int64_t bitcount;
74 u_int64_t state[8];
75 u_int64_t bitcount[2];
99 void SHA384_Transform(u_int64_t state[8], const u_int8_t [SHA384_BLOCK_LENGTH]);
116 void SHA512_Transform(u_int64_t state[8], const u_int8_t [SHA512_BLOCK_LENGTH]);
Dsha2.c114 (dst) = (u_int64_t)(cp)[7] | ((u_int64_t)(cp)[6] << 8) | \
115 ((u_int64_t)(cp)[5] << 16) | ((u_int64_t)(cp)[4] << 24) | \
116 ((u_int64_t)(cp)[3] << 32) | ((u_int64_t)(cp)[2] << 40) | \
117 ((u_int64_t)(cp)[1] << 48) | ((u_int64_t)(cp)[0] << 56); \
144 (w)[0] += (u_int64_t)(n); \
217 const static u_int64_t K512[80] = {
261 const static u_int64_t sha384_initial_hash_value[8] = {
273 const static u_int64_t sha512_initial_hash_value[8] = {
604 SHA512_Transform(u_int64_t state[8], const u_int8_t data[SHA512_BLOCK_LENGTH]) in SHA512_Transform()
606 u_int64_t a, b, c, d, e, f, g, h, s0, s1; in SHA512_Transform()
[all …]
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
Dsha2.h68 typedef unsigned long long u_int64_t; /* 8-bytes (64-bits) */
105 u_int64_t bitcount;
109 u_int64_t state[8];
110 u_int64_t bitcount[2];
/external/f2fs-tools/include/
Df2fs_fs.h63 typedef uint64_t u_int64_t; typedef
69 typedef u_int64_t u64;
320 u_int64_t total_sectors; /* got by get_device_info */
321 u_int64_t start_blkaddr;
322 u_int64_t end_blkaddr;
348 u_int64_t device_size;
349 u_int64_t total_sectors;
350 u_int64_t wanted_total_sectors;
351 u_int64_t wanted_sector_size;
352 u_int64_t target_sectors;
[all …]
/external/f2fs-tools/lib/
Dlibf2fs_zoned.c113 u_int64_t total_sectors; in f2fs_check_zones()
114 u_int64_t sector; in f2fs_check_zones()
221 u_int64_t total_sectors; in f2fs_reset_zones()
222 u_int64_t sector; in f2fs_reset_zones()
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
Dx86-ffi64.c534 u_int64_t actval = (u_int64_t)shortval; in ffi_call()
543 u_int64_t actval = (u_int64_t)shortval; in ffi_call()
551 u_int64_t actval = (u_int64_t)shortval; in ffi_call()
/external/python/cpython3/Modules/_ctypes/libffi_osx/x86/
Dx86-ffi64.c536 u_int64_t actval = (u_int64_t)shortval; in ffi_call()
545 u_int64_t actval = (u_int64_t)shortval; in ffi_call()
553 u_int64_t actval = (u_int64_t)shortval; in ffi_call()
/external/clang/test/CodeGen/
Dx86_32-inline-asm.c11 typedef unsigned long long u_int64_t; typedef
12 typedef u_int64_t uint64_t;
/external/f2fs-tools/mkfs/
Df2fs_format.c185 u_int64_t zone_align_start_offset, diff; in f2fs_prepare_super_block()
186 u_int64_t total_meta_zones, total_meta_segments; in f2fs_prepare_super_block()
222 ((u_int64_t) c.start_sector * DEFAULT_SECTOR_SIZE + in f2fs_prepare_super_block()
225 (u_int64_t) c.start_sector * DEFAULT_SECTOR_SIZE; in f2fs_prepare_super_block()
522 u_int64_t sit_seg_addr = 0; in f2fs_init_sit_area()
556 u_int64_t nat_seg_addr = 0; in f2fs_init_nat_area()
593 u_int64_t cp_seg_blk = 0; in f2fs_write_check_point_pack()
1018 u_int64_t next_blkaddr = 0, offset; in f2fs_discard_obsolete_dnode()
1021 u_int64_t start_inode_pos = get_sb(main_blkaddr); in f2fs_discard_obsolete_dnode()
1022 u_int64_t last_inode_pos; in f2fs_discard_obsolete_dnode()
[all …]
Df2fs_format_utils.h15 int f2fs_trim_device(int, u_int64_t);
/external/ltp/testcases/kernel/syscalls/eventfd2/
Deventfd2_03.c60 u_int64_t cntr; in xsem_wait()
72 u_int64_t cntr = count; in xsem_post()
/external/u-boot/include/linux/
Dtypes.h112 typedef __u64 u_int64_t; typedef
125 typedef __UINT64_TYPE__ u_int64_t; typedef

12345