Searched refs:u_int (Results 1 - 25 of 967) sorted by relevance

1234567891011>>

/macosx-10.9.5/BerkeleyDB-21/db/crypto/rijndael/
H A Drijndael-alg-fst.c48 (u_int)0xc66363a5, (u_int)0xf87c7c84, (u_int)0xee777799, (u_int)0xf67b7b8d,
49 (u_int)0xfff2f20d, (u_int)0xd66b6bbd, (u_int)0xde6f6fb1, (u_int)0x91c5c554,
50 (u_int)0x60303050, (u_int)
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Dlibpfkey.h54 int ipsec_check_keylen __P((u_int, u_int, u_int));
55 int ipsec_check_keylen2 __P((u_int, u_int, u_int));
56 int ipsec_get_keylen __P((u_int, u_int, struct sadb_alg *));
57 u_int pfkey_set_softrate __P((u_int, u_in
[all...]
/macosx-10.9.5/ppp-727.90.1/Drivers/L2TP/L2TP-plugin/
H A Dlibpfkey.h61 int ipsec_check_keylen __P((u_int, u_int, u_int));
62 int ipsec_check_keylen2 __P((u_int, u_int, u_int));
63 int ipsec_get_keylen __P((u_int, u_int, struct sadb_alg *));
64 u_int pfkey_set_softrate __P((u_int, u_in
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dmatch.h18 int match_pattern_list(const char *, const char *, u_int, int);
19 int match_hostname(const char *, const char *, u_int);
22 char *match_list(const char *, const char *, u_int *);
H A Dsshpty.h26 void pty_change_window_size(int, u_int, u_int, u_int, u_int);
H A Dmonitor_wrap.h43 int mm_key_sign(Key *, u_char **, u_int *, u_char *, u_int);
52 int mm_key_verify(Key *, u_char *, u_int, u_char *, u_int);
69 u_int mm_do_pam_account(void);
71 int mm_sshpam_query(void *, char **, char **, u_int *, char ***, u_int **);
72 int mm_sshpam_respond(void *, u_int, char **);
93 int mm_newkeys_to_blob(int, u_char **, u_int *);
100 int mm_bsdauth_query(void *, char **, char **, u_int *, cha
[all...]
H A Dbuffer.h21 u_int alloc; /* Number of bytes allocated for data. */
22 u_int offset; /* Offset of first byte containing data. */
23 u_int end; /* Offset of last byte containing data. */
30 u_int buffer_len(const Buffer *);
33 void buffer_append(Buffer *, const void *, u_int);
34 void *buffer_append_space(Buffer *, u_int);
36 int buffer_check_alloc(Buffer *, u_int);
38 void buffer_get(Buffer *, void *, u_int);
40 void buffer_consume(Buffer *, u_int);
41 void buffer_consume_end(Buffer *, u_int);
[all...]
H A Djpake.h60 u_int client_id_len;
66 u_int server_id_len;
78 u_int h_k_cid_sessid_len;
82 u_int h_k_sid_sessid_len;
93 void jpake_step1(struct modp_group *, u_char **, u_int *,
95 u_char **, u_int *, u_char **, u_int *);
99 const u_char *, u_int, const u_char *, u_int,
100 const u_char *, u_int, cons
[all...]
H A Duuencode.h27 int uuencode(const u_char *, u_int, char *, size_t);
29 void dump_base64(FILE *, const u_char *, u_int);
H A Dkey.h73 u_int type; /* SSH2_CERT_TYPE_USER or SSH2_CERT_TYPE_HOST */
76 u_int nprincipals;
106 u_char *key_fingerprint_raw(const Key *, enum fp_type, u_int *);
111 u_int key_size(const Key *);
113 Key *key_generate(int, u_int);
129 u_int key_curve_nid_to_bits(int);
138 Key *key_from_blob(const u_char *, u_int);
139 int key_to_blob(const Key *, u_char **, u_int *);
144 int key_sign(const Key *, u_char **, u_int *, const u_char *, u_int);
[all...]
H A Dcipher.h76 u_int cipher_mask_ssh1(int);
82 void cipher_init(CipherContext *, Cipher *, const u_char *, u_int,
83 const u_char *, u_int, int);
85 u_int, u_int, u_int);
88 u_int cipher_blocksize(const Cipher *);
89 u_int cipher_keylen(const Cipher *);
90 u_int cipher_authlen(const Cipher *);
91 u_int cipher_ivle
[all...]
H A Ddispatch.h38 void dispatch_range(u_int, u_int, dispatch_fn *);
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dpfkey.h49 extern void pfkey_flush_sadb (u_int);
70 extern u_int pfkey2ipsecdoi_proto (u_int);
71 extern u_int ipsecdoi2pfkey_proto (u_int);
72 extern u_int pfkey2ipsecdoi_mode (u_int);
73 extern u_int ipsecdoi2pfkey_mode (u_int);
75 extern int pfkey_convertfromipsecdoi ( phase2_handle_t *, u_int, u_in
[all...]
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/Common/
H A Dlibpfkey.h73 int ipsec_check_keylen (u_int, u_int, u_int);
74 int ipsec_check_keylen2 (u_int, u_int, u_int);
75 int ipsec_get_keylen (u_int, u_int, struct sadb_alg *);
86 u_int pfkey_set_softrate (u_int, u_in
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Ddecode_prefix.h36 extern int decode_prefix4(const u_char *pptr, u_int itemlen, char *buf, u_int buflen);
38 extern int decode_prefix6(const u_char *pd, u_int itemlen, char *buf, u_int buflen);
H A Dinterface.h136 extern int fn_printn(const u_char *, u_int, const u_char *);
137 extern int fn_printzp(const u_char *, u_int, const u_char *);
154 extern const char *isonsap_string(const u_char *, register u_int);
170 extern void ascii_print(const u_char *, u_int);
172 u_int, u_int);
173 extern void hex_and_ascii_print(const char *, const u_char *, u_int);
174 extern void hex_print_with_offset(const char *, const u_char *, u_int, u_int);
175 extern void hex_print(const char *, const u_char *, u_int);
[all...]
H A Dsignature.h26 extern int signature_verify (const u_char *, u_int, u_char *);
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Drpc_server_ext.h9 void __env_get_cachesize_proc __P((u_int, __env_get_cachesize_reply *));
10 void __env_set_cachesize_proc __P((u_int, u_int32_t, u_int32_t, u_int32_t, __env_set_cachesize_reply *));
11 void __env_cdsgroup_begin_proc __P((u_int, __env_cdsgroup_begin_reply *));
12 void __env_close_proc __P((u_int, u_int32_t, __env_close_reply *));
14 void __env_dbremove_proc __P((u_int, u_int, char *, char *, u_int32_t, __env_dbremove_reply *));
15 void __env_dbrename_proc __P((u_int, u_int, char *, char *, char *, u_int32_t, __env_dbrename_reply *));
16 void __env_get_encrypt_flags_proc __P((u_int, __env_get_encrypt_flags_reply *));
17 void __env_set_encrypt_proc __P((u_int, cha
[all...]
/macosx-10.9.5/BootCache-106/
H A DBootCache.h181 u_int ss_readahead_threads; /* number of readahead threads */
182 u_int ss_initiated_reads; /* read operations we initiated */
183 u_int ss_disk_initiated_reads[STAT_DISKMAX]; /* read operations we initiated per disk */
184 u_int ss_read_blocks; /* number of blocks read */
185 u_int ss_read_bytes; /* number of bytes read */
186 u_int ss_read_errors; /* read errors encountered */
187 u_int ss_read_errors_bytes; /* bytes discarded due to read errors */
188 u_int ss_batch_bytes[STAT_DISKMAX][STAT_BATCHMAX+1]; /* number of bytes in read per batch, +1 for sum of extra batches */
189 u_int ss_batch_late_bytes[STAT_DISKMAX][STAT_BATCHMAX+1]; /* number of bytes read during this batch
191 u_int ss_batch_tim
[all...]
/macosx-10.9.5/file_cmds-230/ls/
H A Dls.h76 u_int s_block;
77 u_int s_flags;
78 u_int s_lattr;
79 u_int s_group;
80 u_int s_inode;
81 u_int s_nlink;
82 u_int s_size;
83 u_int s_user;
/macosx-10.9.5/msdosfs-198/fsck_msdos.tproj/
H A Ddosfs.h70 u_int BytesPerSec; /* bytes per sector */
71 u_int SecPerClust; /* sectors per cluster */
72 u_int ResSectors; /* number of reserved sectors */
73 u_int FATs; /* number of FATs */
74 u_int RootDirEnts; /* number of root directory entries */
75 u_int Media; /* media descriptor */
76 u_int FATsmall; /* number of sectors per FAT */
77 u_int SecPerTrack; /* sectors per track */
78 u_int Heads; /* number of heads */
82 u_int FSInf
[all...]
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/setkey/
H A Dvchar.h36 u_int len;
/macosx-10.9.5/bind9-45.100/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-ultrix4.h25 int bcmp(const char *, const char *, u_int);
26 void bcopy(const void *, void *, u_int);
27 void bzero(void *, u_int);
/macosx-10.9.5/libpcap-42/libpcap/lbl/
H A Dos-ultrix4.h25 int bcmp(const char *, const char *, u_int);
26 void bcopy(const void *, void *, u_int);
27 void bzero(void *, u_int);
/macosx-10.9.5/tcpdump-56/tcpdump/lbl/
H A Dos-ultrix4.h25 int bcmp(const char *, const char *, u_int);
26 void bcopy(const void *, void *, u_int);
27 void bzero(void *, u_int);

Completed in 300 milliseconds

1234567891011>>