Lines Matching defs:bytes
90 * @param offset Receives the offset in bytes
228 ssize_t bytes = 0;
254 bytes = BUFFER_SIZE;
257 bytes = length - total;
260 if ((bytes = read(fd, buffer, bytes)) == -1) {
265 EVP_DigestUpdate(ctx, buffer, bytes);
266 total += bytes;
269 if ((bytes = i2d_AuthAttrs((AuthAttrs *) aa, NULL)) < 0) {
274 if ((attrs = OPENSSL_malloc(bytes)) == NULL) {
286 EVP_DigestUpdate(ctx, attrs, bytes);