Searched refs:tmps (Results 1 - 13 of 13) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/rsa/
H A Drsa_sign.c76 unsigned char *p, *tmps = NULL; local
126 tmps = (unsigned char *)OPENSSL_malloc((unsigned int)j + 1);
127 if (tmps == NULL) {
131 p = tmps;
133 s = tmps;
142 OPENSSL_cleanse(tmps, (unsigned int)j + 1);
143 OPENSSL_free(tmps);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/rsa/
H A Drsa_sign.c76 unsigned char *p, *tmps = NULL; local
123 tmps=(unsigned char *)OPENSSL_malloc((unsigned int)j+1);
124 if (tmps == NULL)
129 p=tmps;
131 s=tmps;
140 OPENSSL_cleanse(tmps,(unsigned int)j+1);
141 OPENSSL_free(tmps);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/rsa/
H A Drsa_sign.c76 unsigned char *p, *tmps = NULL; local
126 tmps = (unsigned char *)OPENSSL_malloc((unsigned int)j + 1);
127 if (tmps == NULL) {
131 p = tmps;
133 s = tmps;
142 OPENSSL_cleanse(tmps, (unsigned int)j + 1);
143 OPENSSL_free(tmps);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/rsa/
H A Drsa_sign.c76 unsigned char *p, *tmps = NULL; local
123 tmps=(unsigned char *)OPENSSL_malloc((unsigned int)j+1);
124 if (tmps == NULL)
129 p=tmps;
131 s=tmps;
140 OPENSSL_cleanse(tmps,(unsigned int)j+1);
141 OPENSSL_free(tmps);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/rsa/
H A Drsa_sign.c76 unsigned char *p, *tmps = NULL; local
126 tmps = (unsigned char *)OPENSSL_malloc((unsigned int)j + 1);
127 if (tmps == NULL) {
131 p = tmps;
133 s = tmps;
142 OPENSSL_cleanse(tmps, (unsigned int)j + 1);
143 OPENSSL_free(tmps);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/rsa/
H A Drsa_sign.c76 unsigned char *p, *tmps = NULL; local
123 tmps=(unsigned char *)OPENSSL_malloc((unsigned int)j+1);
124 if (tmps == NULL)
129 p=tmps;
131 s=tmps;
140 OPENSSL_cleanse(tmps,(unsigned int)j+1);
141 OPENSSL_free(tmps);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_smu_sensors.c302 u64 tmps, tmpa, tmpb; local
323 tmps = (((u64)power) * ((u64)power)) >> 16;
324 tmpa = ((u64)cpuvcp->power_quads[0]) * tmps;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/macintosh/
H A Dwindfarm_smu_sensors.c302 u64 tmps, tmpa, tmpb; local
323 tmps = (((u64)power) * ((u64)power)) >> 16;
324 tmpa = ((u64)cpuvcp->power_quads[0]) * tmps;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/atm/
H A Diphase.c2584 u16 __user *tmps; local
2607 tmps = (u16 __user *)ia_cmds.buf;
2608 for(i=0; i<0x80; i+=2, tmps++)
2609 if(put_user((u16)(readl(iadev->seg_reg+i) & 0xffff), tmps)) return -EFAULT;
2615 tmps = (u16 __user *)ia_cmds.buf;
2616 for(i=0; i<0x80; i+=2, tmps++)
2617 if(put_user((u16)(readl(iadev->reass_reg+i) & 0xffff), tmps)) return -EFAULT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/atm/
H A Diphase.c2584 u16 __user *tmps; local
2607 tmps = (u16 __user *)ia_cmds.buf;
2608 for(i=0; i<0x80; i+=2, tmps++)
2609 if(put_user((u16)(readl(iadev->seg_reg+i) & 0xffff), tmps)) return -EFAULT;
2615 tmps = (u16 __user *)ia_cmds.buf;
2616 for(i=0; i<0x80; i+=2, tmps++)
2617 if(put_user((u16)(readl(iadev->reass_reg+i) & 0xffff), tmps)) return -EFAULT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dsmb_auth.c2059 char tmps[8]="\0"; local
2060 sprintf(tmps, "%c", *(src+x));
2062 //Cdbg(1, "tmps = %s", tmps);
2063 buffer_append_string(ret, tmps);
2086 char tmps[8]="\0"; local
2087 sprintf(tmps, "%c", *(src+x));
2089 //Cdbg(DBE, "tmps = %s", tmps);
2090 buffer_append_string(ret, tmps);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dsmb_auth.c2059 char tmps[8]="\0"; local
2060 sprintf(tmps, "%c", *(src+x));
2062 //Cdbg(1, "tmps = %s", tmps);
2063 buffer_append_string(ret, tmps);
2086 char tmps[8]="\0"; local
2087 sprintf(tmps, "%c", *(src+x));
2089 //Cdbg(DBE, "tmps = %s", tmps);
2090 buffer_append_string(ret, tmps);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dsmb_auth.c2059 char tmps[8]="\0"; local
2060 sprintf(tmps, "%c", *(src+x));
2062 //Cdbg(1, "tmps = %s", tmps);
2063 buffer_append_string(ret, tmps);
2086 char tmps[8]="\0"; local
2087 sprintf(tmps, "%c", *(src+x));
2089 //Cdbg(DBE, "tmps = %s", tmps);
2090 buffer_append_string(ret, tmps);
[all...]

Completed in 339 milliseconds