Lines Matching defs:ictx
46 const struct sha3_state *ictx = in;
48 sctx->count = ictx->rsiz;
49 memcpy(sctx->state, ictx->st, sizeof(ictx->st));
50 memcpy(sctx->buf, ictx->buf, sizeof(ictx->buf));
59 const struct sha3_state *ictx = in;
61 sctx->count = ictx->rsiz;
62 memcpy(sctx->state, ictx->st, sizeof(ictx->st));
63 memcpy(sctx->buf, ictx->buf, sizeof(ictx->buf));