Lines Matching defs:ictx
48 const struct sha3_state *ictx = in;
50 if (unlikely(ictx->rsizw))
52 sctx->count = ictx->rsiz;
54 memcpy(sctx->state, ictx->st, sizeof(ictx->st));
55 memcpy(sctx->buf, ictx->buf, sizeof(ictx->buf));
64 const struct sha3_state *ictx = in;
66 if (unlikely(ictx->rsizw))
68 sctx->count = ictx->rsiz;
70 memcpy(sctx->state, ictx->st, sizeof(ictx->st));
71 memcpy(sctx->buf, ictx->buf, sizeof(ictx->buf));