Searched refs:lzero (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_oaep.c97 int lzero; local
106 lzero = num - flen;
107 if (lzero < 0)
109 /* lzero == -1 */
117 lzero = 0;
119 maskeddb = from - lzero + SHA_DIGEST_LENGTH;
130 for (i = lzero; i < SHA_DIGEST_LENGTH; i++)
131 seed[i] ^= from[i - lzero];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/
H A Dgdbstub.c400 int lzero = 1; local
404 if (!lzero || *id != 0) {
406 lzero = 0;
411 if (lzero)

Completed in 105 milliseconds