Searched refs:ti (Results 1 - 25 of 146) sorted by last modified time

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc2/
H A Drc2cfb64.c74 unsigned long ti[2]; local
84 c2l(iv,v0); ti[0]=v0;
85 c2l(iv,v1); ti[1]=v1;
86 RC2_encrypt((unsigned long *)ti,schedule);
88 t=ti[0]; l2c(t,iv);
89 t=ti[1]; l2c(t,iv);
104 c2l(iv,v0); ti[0]=v0;
105 c2l(iv,v1); ti[1]=v1;
106 RC2_encrypt((unsigned long *)ti,schedule);
108 t=ti[
[all...]
H A Drc2ofb64.c75 unsigned long ti[2]; local
82 ti[0]=v0;
83 ti[1]=v1;
91 RC2_encrypt((unsigned long *)ti,schedule);
93 t=ti[0]; l2c(t,dp);
94 t=ti[1]; l2c(t,dp);
102 v0=ti[0];
103 v1=ti[1];
108 t=v0=v1=ti[0]=ti[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc5/
H A Drc5cfb64.c74 unsigned long ti[2]; local
84 c2l(iv,v0); ti[0]=v0;
85 c2l(iv,v1); ti[1]=v1;
86 RC5_32_encrypt((unsigned long *)ti,schedule);
88 t=ti[0]; l2c(t,iv);
89 t=ti[1]; l2c(t,iv);
104 c2l(iv,v0); ti[0]=v0;
105 c2l(iv,v1); ti[1]=v1;
106 RC5_32_encrypt((unsigned long *)ti,schedule);
108 t=ti[
[all...]
H A Drc5ofb64.c75 unsigned long ti[2]; local
82 ti[0]=v0;
83 ti[1]=v1;
91 RC5_32_encrypt((unsigned long *)ti,schedule);
93 t=ti[0]; l2c(t,dp);
94 t=ti[1]; l2c(t,dp);
102 v0=ti[0];
103 v1=ti[1];
108 t=v0=v1=ti[0]=ti[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex1973 \def\itshape{ti}
2960 \font\thisecfont = ec\ifusingit{ti}{rm}\ecsize \space at \nominalsize
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bf/
H A Dbf_cfb64.c73 BF_LONG ti[2]; local
83 n2l(iv,v0); ti[0]=v0;
84 n2l(iv,v1); ti[1]=v1;
85 BF_encrypt((BF_LONG *)ti,schedule);
87 t=ti[0]; l2n(t,iv);
88 t=ti[1]; l2n(t,iv);
103 n2l(iv,v0); ti[0]=v0;
104 n2l(iv,v1); ti[1]=v1;
105 BF_encrypt((BF_LONG *)ti,schedule);
107 t=ti[
[all...]
H A Dbf_ofb64.c74 BF_LONG ti[2]; local
81 ti[0]=v0;
82 ti[1]=v1;
90 BF_encrypt((BF_LONG *)ti,schedule);
92 t=ti[0]; l2n(t,dp);
93 t=ti[1]; l2n(t,dp);
101 v0=ti[0];
102 v1=ti[1];
107 t=v0=v1=ti[0]=ti[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/cast/
H A Dc_cfb64.c74 CAST_LONG ti[2]; local
84 n2l(iv,v0); ti[0]=v0;
85 n2l(iv,v1); ti[1]=v1;
86 CAST_encrypt((CAST_LONG *)ti,schedule);
88 t=ti[0]; l2n(t,iv);
89 t=ti[1]; l2n(t,iv);
104 n2l(iv,v0); ti[0]=v0;
105 n2l(iv,v1); ti[1]=v1;
106 CAST_encrypt((CAST_LONG *)ti,schedule);
108 t=ti[
[all...]
H A Dc_ofb64.c75 CAST_LONG ti[2]; local
82 ti[0]=v0;
83 ti[1]=v1;
91 CAST_encrypt((CAST_LONG *)ti,schedule);
93 t=ti[0]; l2n(t,dp);
94 t=ti[1]; l2n(t,dp);
102 v0=ti[0];
103 v1=ti[1];
108 t=v0=v1=ti[0]=ti[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Dcfb64ede.c75 DES_LONG ti[2]; local
88 ti[0]=v0;
89 ti[1]=v1;
90 DES_encrypt3(ti,ks1,ks2,ks3);
91 v0=ti[0];
92 v1=ti[1];
114 ti[0]=v0;
115 ti[1]=v1;
116 DES_encrypt3(ti,ks1,ks2,ks3);
117 v0=ti[
157 DES_LONG ti[2]; local
[all...]
H A Dcfb64enc.c73 DES_LONG ti[2]; local
83 c2l(iv,v0); ti[0]=v0;
84 c2l(iv,v1); ti[1]=v1;
85 DES_encrypt1(ti,schedule,DES_ENCRYPT);
87 v0=ti[0]; l2c(v0,iv);
88 v0=ti[1]; l2c(v0,iv);
103 c2l(iv,v0); ti[0]=v0;
104 c2l(iv,v1); ti[1]=v1;
105 DES_encrypt1(ti,schedule,DES_ENCRYPT);
107 v0=ti[
[all...]
H A Dcfb_enc.c77 DES_LONG ti[2]; local
90 ti[0]=v0;
91 ti[1]=v1;
92 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
95 d0^=ti[0];
96 d1^=ti[1];
132 ti[0]=v0;
133 ti[1]=v1;
134 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
163 d0^=ti[
[all...]
H A Dofb64ede.c76 DES_LONG ti[2]; local
83 ti[0]=v0;
84 ti[1]=v1;
92 /* ti[0]=v0; */
93 /* ti[1]=v1; */
94 DES_encrypt3(ti,k1,k2,k3);
95 v0=ti[0];
96 v1=ti[1];
108 /* v0=ti[0];
109 v1=ti[
[all...]
H A Dofb64enc.c74 DES_LONG ti[2]; local
81 ti[0]=v0;
82 ti[1]=v1;
90 DES_encrypt1(ti,schedule,DES_ENCRYPT);
92 t=ti[0]; l2c(t,dp);
93 t=ti[1]; l2c(t,dp);
101 v0=ti[0];
102 v1=ti[1];
107 t=v0=v1=ti[0]=ti[
[all...]
H A Dofb_enc.c75 DES_LONG ti[2]; local
99 ti[0]=v0;
100 ti[1]=v1;
103 ti[0]=v0;
104 ti[1]=v1;
105 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
106 vv0=ti[0];
107 vv1=ti[1];
133 v0=v1=d0=d1=ti[0]=ti[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/idea/
H A Di_cfb64.c74 unsigned long ti[2]; local
84 n2l(iv,v0); ti[0]=v0;
85 n2l(iv,v1); ti[1]=v1;
86 idea_encrypt((unsigned long *)ti,schedule);
88 t=ti[0]; l2n(t,iv);
89 t=ti[1]; l2n(t,iv);
104 n2l(iv,v0); ti[0]=v0;
105 n2l(iv,v1); ti[1]=v1;
106 idea_encrypt((unsigned long *)ti,schedule);
108 t=ti[
[all...]
H A Di_ofb64.c75 unsigned long ti[2]; local
82 ti[0]=v0;
83 ti[1]=v1;
91 idea_encrypt((unsigned long *)ti,schedule);
93 t=ti[0]; l2n(t,dp);
94 t=ti[1]; l2n(t,dp);
102 v0=ti[0];
103 v1=ti[1];
108 t=v0=v1=ti[0]=ti[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Dmem_dbg.c598 unsigned long ti; local
637 ti=amip->thread;
668 while(amip && amip->thread == ti);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-cd.c2272 struct cdrom_ti *ti = arg; local
2275 stat = cdrom_get_toc_entry(drive, ti->cdti_trk0, &first_toc);
2279 stat = cdrom_get_toc_entry(drive, ti->cdti_trk1, &last_toc);
2283 if (ti->cdti_trk1 != CDROM_LEADOUT)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c246 * @ti: the TID information
269 const struct ipath_tid_info *ti)
287 cnt = ti->tidcnt;
290 (unsigned long long) ti->tidlist);
334 vaddr = ti->tidvaddr;
442 (unsigned long) ti->tidlist,
447 if (copy_to_user((void __user *) (unsigned long) ti->tidmap,
463 ti->tidcnt, -ret);
471 * @ti: the TID info
485 const struct ipath_tid_info *ti)
268 ipath_tid_update(struct ipath_portdata *pd, struct file *fp, const struct ipath_tid_info *ti) argument
484 ipath_tid_free(struct ipath_portdata *pd, unsigned subport, const struct ipath_tid_info *ti) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-crypt.c59 int (*ctr)(struct crypt_config *cc, struct dm_target *ti,
139 static int crypt_iv_essiv_ctr(struct crypt_config *cc, struct dm_target *ti, argument
151 ti->error = "Digest algorithm missing for ESSIV mode";
158 ti->error = "Error initializing ESSIV hash";
165 ti->error = "Error kmallocing salt storage in ESSIV";
177 ti->error = "Error calculating hash in ESSIV";
184 ti->error = "Error allocating crypto tfm for ESSIV";
190 ti->error = "Block size of ESSIV cipher does "
198 ti->error = "Failed to set key for ESSIV cipher";
223 static int crypt_iv_benbi_ctr(struct crypt_config *cc, struct dm_target *ti, argument
740 crypt_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
919 crypt_dtr(struct dm_target *ti) argument
938 crypt_map(struct dm_target *ti, struct bio *bio, union map_info *map_context) argument
957 crypt_status(struct dm_target *ti, status_type_t type, char *result, unsigned int maxlen) argument
994 crypt_postsuspend(struct dm_target *ti) argument
1001 crypt_preresume(struct dm_target *ti) argument
1013 crypt_resume(struct dm_target *ti) argument
1024 crypt_message(struct dm_target *ti, unsigned argc, char **argv) argument
[all...]
H A Ddm-delay.c131 static int delay_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
137 ti->error = "requires exactly 3 or 6 arguments";
143 ti->error = "Cannot allocate context";
150 ti->error = "Invalid device sector";
156 ti->error = "Invalid delay";
160 if (dm_get_device(ti, argv[0], dc->start_read, ti->len,
161 dm_table_get_mode(ti->table), &dc->dev_read)) {
162 ti->error = "Device lookup failed";
172 ti
213 delay_dtr(struct dm_target *ti) argument
258 delay_presuspend(struct dm_target *ti) argument
267 delay_resume(struct dm_target *ti) argument
274 delay_map(struct dm_target *ti, struct bio *bio, union map_info *map_context) argument
294 delay_status(struct dm_target *ti, status_type_t type, char *result, unsigned maxlen) argument
[all...]
H A Ddm-ioctl.c902 struct dm_target *ti = dm_table_get_target(table, i); local
913 spec->sector_start = ti->begin;
914 spec->length = ti->len;
915 strncpy(spec->target_type, ti->type->name,
926 if (ti->type->status) {
927 if (ti->type->status(ti, type, outptr, remaining)) {
1225 struct dm_target *ti; local
1259 ti = dm_table_find_target(table, tmsg->sector);
1260 if (ti
[all...]
H A Ddm-linear.c28 static int linear_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
34 ti->error = "Invalid argument count";
40 ti->error = "dm-linear: Cannot allocate linear context";
45 ti->error = "dm-linear: Invalid device sector";
50 if (dm_get_device(ti, argv[0], lc->start, ti->len,
51 dm_table_get_mode(ti->table), &lc->dev)) {
52 ti->error = "dm-linear: Device lookup failed";
56 ti->private = lc;
64 static void linear_dtr(struct dm_target *ti) argument
72 linear_map(struct dm_target *ti, struct bio *bio, union map_info *map_context) argument
83 linear_status(struct dm_target *ti, status_type_t type, char *result, unsigned int maxlen) argument
101 linear_ioctl(struct dm_target *ti, struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) argument
[all...]
H A Ddm-log.c72 struct dirty_log *dm_create_dirty_log(const char *type_name, struct dm_target *ti, argument
89 if (type->ctr(log, ti, argc, argv)) {
128 struct dm_target *ti; member in struct:log_c
252 static int create_log_context(struct dirty_log *log, struct dm_target *ti, argument
286 region_count = dm_sector_div_up(ti->len, region_size);
294 lc->ti = ti;
330 bitset_size, ti->limits.hardsect_size);
384 static int core_ctr(struct dirty_log *log, struct dm_target *ti, argument
387 return create_log_context(log, ti, arg
410 disk_ctr(struct dirty_log *log, struct dm_target *ti, unsigned int argc, char **argv) argument
[all...]

Completed in 205 milliseconds

123456