Searched refs:sha3_ctx (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dverify.c448 struct fio_sha3_ctx *sha3_ctx, uint8_t *sha,
455 fio_sha3_update(sha3_ctx, p, hdr->len - hdr_size(vc->td, hdr));
456 fio_sha3_final(sha3_ctx);
458 if (!memcmp(sha, sha3_ctx->sha, sha_size))
463 vc->bad_crc = sha3_ctx->sha;
473 struct fio_sha3_ctx sha3_ctx = { local
477 fio_sha3_224_init(&sha3_ctx);
479 return verify_io_u_sha3(hdr, vc, &sha3_ctx, vh->sha,
487 struct fio_sha3_ctx sha3_ctx = { local
491 fio_sha3_256_init(&sha3_ctx);
447 verify_io_u_sha3(struct verify_header *hdr, struct vcont *vc, struct fio_sha3_ctx *sha3_ctx, uint8_t *sha, unsigned int sha_size, const char *name) argument
501 struct fio_sha3_ctx sha3_ctx = { local
515 struct fio_sha3_ctx sha3_ctx = { local
1025 fill_sha3(struct fio_sha3_ctx *sha3_ctx, void *p, unsigned int len) argument
1034 struct fio_sha3_ctx sha3_ctx = { local
1045 struct fio_sha3_ctx sha3_ctx = { local
1056 struct fio_sha3_ctx sha3_ctx = { local
1067 struct fio_sha3_ctx sha3_ctx = { local
[all...]

Completed in 644 milliseconds