Lines Matching defs:src
94 const u8 *src, unsigned int srclen, nh_t nh_fn)
102 nh_fn(key->nh_key, src, bytes, state->nh_hash);
112 nh_fn(&key->nh_key[pos / 4], src, bytes, tmp_hash);
120 src += bytes;
156 const u8 *src, unsigned int srclen,
165 memcpy(&state->buffer[state->buflen], src, bytes);
172 src += bytes;
178 nhpoly1305_units(state, key, src, bytes, nh_fn);
179 src += bytes;
184 memcpy(state->buffer, src, srclen);
192 const u8 *src, unsigned int srclen)
194 return crypto_nhpoly1305_update_helper(desc, src, srclen, nh_generic);