Searched refs:nh_fn (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | nhpoly1305.c | 93 const u8 *src, unsigned int srclen, nh_t nh_fn) in nhpoly1305_units() argument 101 nh_fn(key->nh_key, src, bytes, state->nh_hash); in nhpoly1305_units() 111 nh_fn(&key->nh_key[pos / 4], src, bytes, tmp_hash); in nhpoly1305_units() 156 nh_t nh_fn) in crypto_nhpoly1305_update_helper() argument 169 nh_fn); in crypto_nhpoly1305_update_helper() 177 nhpoly1305_units(state, key, src, bytes, nh_fn); in crypto_nhpoly1305_update_helper() 197 int crypto_nhpoly1305_final_helper(struct shash_desc *desc, u8 *dst, nh_t nh_fn) in crypto_nhpoly1305_final_helper() argument 206 nh_fn); in crypto_nhpoly1305_final_helper()
|