Home
last modified time | relevance | path

Searched refs:fio_sha3_ctx (Results 1 – 4 of 4) sorted by relevance

/external/fio/crc/
Dsha3.h21 struct fio_sha3_ctx { struct
33 void fio_sha3_224_init(struct fio_sha3_ctx *sctx); argument
34 void fio_sha3_256_init(struct fio_sha3_ctx *sctx);
35 void fio_sha3_384_init(struct fio_sha3_ctx *sctx);
36 void fio_sha3_512_init(struct fio_sha3_ctx *sctx);
38 int fio_sha3_update(struct fio_sha3_ctx *sctx, const uint8_t *data,
40 void fio_sha3_final(struct fio_sha3_ctx *sctx);
Dsha3.c90 static void fio_sha3_init(struct fio_sha3_ctx *sctx, unsigned int digest_sz) in fio_sha3_init()
100 void fio_sha3_224_init(struct fio_sha3_ctx *sctx) in fio_sha3_224_init()
105 void fio_sha3_256_init(struct fio_sha3_ctx *sctx) in fio_sha3_256_init()
110 void fio_sha3_384_init(struct fio_sha3_ctx *sctx) in fio_sha3_384_init()
115 void fio_sha3_512_init(struct fio_sha3_ctx *sctx) in fio_sha3_512_init()
120 int fio_sha3_update(struct fio_sha3_ctx *sctx, const uint8_t *data, in fio_sha3_update()
156 void fio_sha3_final(struct fio_sha3_ctx *sctx) in fio_sha3_final()
Dtest.c154 struct fio_sha3_ctx ctx = { .sha = sha }; in t_sha3_224()
168 struct fio_sha3_ctx ctx = { .sha = sha }; in t_sha3_256()
182 struct fio_sha3_ctx ctx = { .sha = sha }; in t_sha3_384()
196 struct fio_sha3_ctx ctx = { .sha = sha }; in t_sha3_512()
/external/fio/
Dverify.c448 struct fio_sha3_ctx *sha3_ctx, uint8_t *sha, in verify_io_u_sha3()
473 struct fio_sha3_ctx sha3_ctx = { in verify_io_u_sha3_224()
487 struct fio_sha3_ctx sha3_ctx = { in verify_io_u_sha3_256()
501 struct fio_sha3_ctx sha3_ctx = { in verify_io_u_sha3_384()
515 struct fio_sha3_ctx sha3_ctx = { in verify_io_u_sha3_512()
1025 static void fill_sha3(struct fio_sha3_ctx *sha3_ctx, void *p, unsigned int len) in fill_sha3()
1034 struct fio_sha3_ctx sha3_ctx = { in fill_sha3_224()
1045 struct fio_sha3_ctx sha3_ctx = { in fill_sha3_256()
1056 struct fio_sha3_ctx sha3_ctx = { in fill_sha3_384()
1067 struct fio_sha3_ctx sha3_ctx = { in fill_sha3_512()