Lines Matching defs:src
37 const u8 *src, unsigned int size);
39 const u8 *src, unsigned int size);
47 const union aegis_block *src)
49 dst->words64[0] ^= src->words64[0];
50 dst->words64[1] ^= src->words64[1];
54 const union aegis_block *src)
56 dst->words64[0] &= src->words64[0];
57 dst->words64[1] &= src->words64[1];
61 const union aegis_block *src,
64 const u8 *s = src->bytes;