Searched refs:nh_fn (Results 1 - 2 of 2) sorted by relevance

/linux-master/crypto/
H A Dnhpoly1305.c94 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);
157 nh_t nh_fn)
170 nh_fn);
178 nhpoly1305_units(state, key, src, bytes, nh_fn);
198 int crypto_nhpoly1305_final_helper(struct shash_desc *desc, u8 *dst, nh_t nh_fn) argument
207 nh_fn);
92 nhpoly1305_units(struct nhpoly1305_state *state, const struct nhpoly1305_key *key, const u8 *src, unsigned int srclen, nh_t nh_fn) argument
155 crypto_nhpoly1305_update_helper(struct shash_desc *desc, const u8 *src, unsigned int srclen, nh_t nh_fn) argument
/linux-master/include/crypto/
H A Dnhpoly1305.h69 nh_t nh_fn);
72 nh_t nh_fn);

Completed in 930 milliseconds