Searched defs:keccak_st (Results 1 – 1 of 1) sorted by relevance
34 struct keccak_st { struct35 uint64_t A[5][5];36 size_t block_size; /* cached ctx->digest->block_size */37 size_t md_size; /* output length, variable in XOF */38 size_t bufsz; /* used bytes in below buffer */39 unsigned char buf[KECCAK1600_WIDTH / 8 - 32];40 unsigned char pad;41 PROV_SHA3_METHOD meth;