Home | History | Annotate | Download | only in crypto

Lines Matching full:last

124 		/* Add zero padded last block */
125 size_t last = x + xlen - xpos;
126 os_memcpy(tmp, xpos, last);
127 os_memset(tmp + last, 0, sizeof(tmp) - last);
145 size_t i, n, last;
165 last = x + xlen - xpos;
166 if (last) {
167 /* Last, partial block */
169 for (i = 0; i < last; i++)