Home | History | Annotate | Download | only in engine

Lines Matching refs:memcpy

386 			memcpy(save_iv, iiv, ctx->cipher->iv_len);
403 memcpy(ctx->iv, iiv, ctx->cipher->iv_len);
723 memcpy(state->mac_data + state->mac_len, data, count);
777 memcpy(md, state->digest_res, ctx->digest->md_size);
820 memcpy(dstate, fstate, sizeof(struct dev_crypto_state));
824 memcpy(dstate->mac_data, fstate->mac_data, fstate->mac_len);
1389 memcpy(&cryptodev_dsa, meth, sizeof(DSA_METHOD));