Lines Matching defs:size
177 unsigned int size)
184 while (size >= AEGIS_BLOCK_SIZE) {
191 size -= AEGIS_BLOCK_SIZE;
196 if (size > 0) {
200 memcpy(buf, src, size);
204 memcpy(dst, buf, size);
211 unsigned int size)
218 while (size >= AEGIS_BLOCK_SIZE) {
223 size -= AEGIS_BLOCK_SIZE;
228 if (size > 0) {
233 memcpy(buf, src, size);
236 memcpy(dst, buf, size);