Searched refs:nh_fn (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/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()
|
/Linux-v5.4/include/crypto/ |
D | nhpoly1305.h | 69 nh_t nh_fn); 72 nh_t nh_fn);
|