Lines Matching defs:ictx
47 const struct sha3_state *ictx = in;
49 if (unlikely(ictx->rsizw))
51 sctx->count = ictx->rsiz;
53 memcpy(sctx->state, ictx->st, sizeof(ictx->st));
54 memcpy(sctx->buf, ictx->buf, sizeof(ictx->buf));
63 const struct sha3_state *ictx = in;
65 if (unlikely(ictx->rsizw))
67 sctx->count = ictx->rsiz;
69 memcpy(sctx->state, ictx->st, sizeof(ictx->st));
70 memcpy(sctx->buf, ictx->buf, sizeof(ictx->buf));