OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fio_sha1_update
(Results
1 - 4
of
4
) sorted by null
/external/fio/crc/
sha1.h
17
void
fio_sha1_update
(struct fio_sha1_ctx *, const void *dataIn, unsigned long len);
sha1.c
28
void
fio_sha1_update
(struct fio_sha1_ctx *ctx, const void *data,
function
70
fio_sha1_update
(ctx, pad, 1+ (63 & (55 - i)));
71
fio_sha1_update
(ctx, padlen, 8);
test.c
187
fio_sha1_update
(&ctx, buf, CHUNK);
/external/fio/
verify.c
513
fio_sha1_update
(&sha1_ctx, p, hdr->len - hdr_size(hdr));
924
fio_sha1_update
(&sha1_ctx, p, len);
Completed in 51 milliseconds