shake_ctx
static inline void shake_zeroize_ctx(struct shake_ctx *ctx)
static inline void shake128_init(struct shake_ctx *ctx)
*ctx = (struct shake_ctx){
static inline void shake256_init(struct shake_ctx *ctx)
*ctx = (struct shake_ctx){
static inline void shake_update(struct shake_ctx *ctx,
void shake_squeeze(struct shake_ctx *ctx, u8 *out, size_t out_len);
struct shake_ctx shake;
struct shake_ctx a_shake;
size_t seed_len, int tau, struct shake_ctx *shake)
__le16 row_and_column, struct shake_ctx *shake,
void shake_squeeze(struct shake_ctx *shake_ctx, u8 *out, size_t out_len)
struct __sha3_ctx *ctx = &shake_ctx->ctx;
struct shake_ctx ctx;
struct shake_ctx ctx;
static void shake_init(struct shake_ctx *ctx, int alg)
struct shake_ctx ctx;