Lines Matching refs:bytes
106 crypto_xor(state->blocks[0].bytes, msg, AEGIS_BLOCK_SIZE);
117 crypto_xor(key_iv.bytes, iv, AEGIS_BLOCK_SIZE);
189 crypto_xor(tmp.bytes, src, AEGIS_BLOCK_SIZE);
193 memcpy(dst, tmp.bytes, AEGIS_BLOCK_SIZE);
203 memcpy(msg.bytes, src, size);
214 memcpy(dst, msg.bytes, size);
250 crypto_xor(tmp.bytes, src, AEGIS_BLOCK_SIZE);
254 memcpy(dst, tmp.bytes, AEGIS_BLOCK_SIZE);
264 memcpy(msg.bytes, src, size);
272 memset(msg.bytes + size, 0, AEGIS_BLOCK_SIZE - size);
276 memcpy(dst, msg.bytes, size);
298 memcpy(buf.bytes + pos, src, fill);
310 memcpy(buf.bytes + pos, src, left);
320 memset(buf.bytes + pos, 0, AEGIS_BLOCK_SIZE - pos);
378 memcpy(ctx->key.bytes, key, AEGIS128_KEY_SIZE);
418 scatterwalk_map_and_copy(tag.bytes, req->dst, req->assoclen + cryptlen,
434 scatterwalk_map_and_copy(tag.bytes, req->src, req->assoclen + cryptlen,
453 return crypto_memneq(tag.bytes, zeros, authsize) ? -EBADMSG : 0;