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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_sign.c75 unsigned char *p, *tmps = NULL; local
122 tmps=(unsigned char *)OPENSSL_malloc((unsigned int)j+1);
123 if (tmps == NULL)
128 p=tmps;
130 s=tmps;
139 OPENSSL_cleanse(tmps,(unsigned int)j+1);
140 OPENSSL_free(tmps);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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;

Completed in 126 milliseconds