Lines Matching defs:bytes
91 * @param offset Receives the offset in bytes
229 ssize_t bytes = 0;
255 bytes = BUFFER_SIZE;
258 bytes = length - total;
261 if ((bytes = read(fd, buffer, bytes)) == -1) {
266 EVP_DigestUpdate(ctx, buffer, bytes);
267 total += bytes;
270 if ((bytes = i2d_AuthAttrs((AuthAttrs *) aa, NULL)) < 0) {
275 if ((attrs = OPENSSL_malloc(bytes)) == NULL) {
287 EVP_DigestUpdate(ctx, attrs, bytes);