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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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...]
/netgear-R7000-V1.0.7.12_1.2.5/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 113 milliseconds