Searched defs:keccak_st (Results 1 – 1 of 1) sorted by relevance
40 struct keccak_st { struct41 uint64_t A[5][5];42 unsigned char buf[KECCAK1600_WIDTH / 8 - 32];43 size_t block_size; /* cached ctx->digest->block_size */44 size_t md_size; /* output length, variable in XOF */45 size_t bufsz; /* used bytes in below buffer */46 unsigned char pad;47 PROV_SHA3_METHOD meth;48 int xof_state;
Completed in 3 milliseconds