OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fio_sha1_ctx
(Results
1 - 4
of
4
) sorted by null
/external/fio/crc/
sha1.h
10
struct
fio_sha1_ctx
{
struct
16
void fio_sha1_init(struct
fio_sha1_ctx
*);
17
void fio_sha1_update(struct
fio_sha1_ctx
*, const void *dataIn, unsigned long len);
18
void fio_sha1_final(unsigned char hashout[20], struct
fio_sha1_ctx
*);
sha1.c
13
static void blk_SHA1Block(struct
fio_sha1_ctx
*ctx, const unsigned int *data);
15
void fio_sha1_init(struct
fio_sha1_ctx
*ctx)
28
void fio_sha1_update(struct
fio_sha1_ctx
*ctx, const void *data,
58
void fio_sha1_final(unsigned char hashout[20], struct
fio_sha1_ctx
*ctx)
115
static void blk_SHA1Block(struct
fio_sha1_ctx
*ctx, const unsigned int *data)
test.c
174
struct
fio_sha1_ctx
ctx = { .H = sha };
/external/fio/
verify.c
506
struct
fio_sha1_ctx
sha1_ctx = {
919
struct
fio_sha1_ctx
sha1_ctx = {
Completed in 74 milliseconds