Home | History | Annotate | Download | only in verity

Lines Matching refs:bytes

87  * @param offset Receives the offset in bytes
225 ssize_t bytes = 0;
251 bytes = BUFFER_SIZE;
254 bytes = length - total;
257 if ((bytes = read(fd, buffer, bytes)) == -1) {
262 EVP_DigestUpdate(ctx, buffer, bytes);
263 total += bytes;
266 if ((bytes = i2d_AuthAttrs((AuthAttrs *) aa, NULL)) < 0) {
271 if ((attrs = OPENSSL_malloc(bytes)) == NULL) {
283 EVP_DigestUpdate(ctx, attrs, bytes);