Lines Matching full:memcpy
147 memcpy(ctx->buf, (const unsigned char *)data + len, ptr); in do_cbcmac_chunk()
201 memcpy(ctx->nonce, ctx->cbcmac, sizeof ctx->cbcmac); in br_eax_reset()
223 memcpy(ctx->cbcmac, st->st[0], sizeof ctx->cbcmac); in br_eax_reset_pre_aad()
228 memcpy(ctx->nonce, ctx->cbcmac, sizeof ctx->cbcmac); in br_eax_reset_pre_aad()
230 memcpy(ctx->cbcmac, st->st[1], sizeof ctx->cbcmac); in br_eax_reset_pre_aad()
233 memcpy(ctx->ctr, st->st[2], sizeof ctx->ctr); in br_eax_reset_pre_aad()
251 memcpy(ctx->cbcmac, st->st[0], sizeof ctx->cbcmac); in br_eax_reset_post_aad()
256 memcpy(ctx->nonce, ctx->cbcmac, sizeof ctx->cbcmac); in br_eax_reset_post_aad()
257 memcpy(ctx->ctr, ctx->nonce, sizeof ctx->nonce); in br_eax_reset_post_aad()
259 memcpy(ctx->head, st->st[1], sizeof ctx->head); in br_eax_reset_post_aad()
261 memcpy(ctx->cbcmac, st->st[2], sizeof ctx->cbcmac); in br_eax_reset_post_aad()
281 memcpy(ctx->buf + ptr, data, len); in br_eax_aad_inject()
285 memcpy(ctx->buf + ptr, data, clen); in br_eax_aad_inject()
314 memcpy(ctx->head, ctx->cbcmac, sizeof ctx->cbcmac); in br_eax_flip()
322 memcpy(ctx->cbcmac, ctx->ctr, sizeof ctx->cbcmac); in br_eax_flip()
331 memcpy(ctx->ctr, ctx->nonce, sizeof ctx->nonce); in br_eax_flip()
370 memcpy(dbuf, ctx->buf + ptr, clen); in br_eax_run()
432 memcpy(dbuf, ctx->buf, ptr); in br_eax_run()
472 memcpy(tag, ctx->cbcmac, sizeof ctx->cbcmac); in br_eax_get_tag()
480 memcpy(tag, ctx->cbcmac, len); in br_eax_get_tag_trunc()