OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fio_sha512_ctx
(Results
1 - 4
of
4
) sorted by null
/external/fio/crc/
sha512.h
4
struct
fio_sha512_ctx
{
struct
11
void fio_sha512_init(struct
fio_sha512_ctx
*);
12
void fio_sha512_update(struct
fio_sha512_ctx
*, const uint8_t *, unsigned int);
sha512.c
149
void fio_sha512_init(struct
fio_sha512_ctx
*sctx)
162
void fio_sha512_update(struct
fio_sha512_ctx
*sctx, const uint8_t *data,
test.c
220
struct
fio_sha512_ctx
ctx = { .buf = sha };
/external/fio/
verify.c
456
struct
fio_sha512_ctx
sha512_ctx = {
897
struct
fio_sha512_ctx
sha512_ctx = {
Completed in 703 milliseconds