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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcipher.c1056 int restbytes;
1060 restbytes = blocksize;
1062 restbytes = inbuflen % blocksize;
1065 for (ivp = c->u_iv.iv, i = 0; i < restbytes; i++)
1134 int restbytes;
1137 restbytes = blocksize;
1139 restbytes = inbuflen % blocksize;
1142 memcpy (c->u_iv.iv, inbuf + blocksize, restbytes ); /* Save Cn. */
1145 for (ivp=c->u_iv.iv,i=0; i < restbytes; i++ )
1148 memcpy(outbuf + blocksize, outbuf, restbytes);
1053 int restbytes; local
1131 int restbytes; local
[all...]

Completed in 38 milliseconds