Home
last modified time | relevance | path

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

/linux/crypto/
H A Dnhpoly1305.c94 const u8 *src, unsigned int srclen, nh_t nh_fn) in nhpoly1305_units() argument
102 nh_fn(key->nh_key, src, bytes, state->nh_hash); in nhpoly1305_units()
112 nh_fn(&key->nh_key[pos / 4], src, bytes, tmp_hash); in nhpoly1305_units()
157 nh_t nh_fn) in crypto_nhpoly1305_update_helper() argument
170 nh_fn); in crypto_nhpoly1305_update_helper()
178 nhpoly1305_units(state, key, src, bytes, nh_fn); in crypto_nhpoly1305_update_helper()
198 int crypto_nhpoly1305_final_helper(struct shash_desc *desc, u8 *dst, nh_t nh_fn) in crypto_nhpoly1305_final_helper() argument
207 nh_fn); in crypto_nhpoly1305_final_helper()
/linux/include/crypto/
H A Dnhpoly1305.h69 nh_t nh_fn);
72 nh_t nh_fn);