Searched refs:nh_fn (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | nhpoly1305.c | 94 const u8 *src, unsigned int srclen, nh_t nh_fn) in nhpoly1305_units() 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() 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() 92 nhpoly1305_units(struct nhpoly1305_state *state, const struct nhpoly1305_key *key, const u8 *src, unsigned int srclen, nh_t nh_fn) nhpoly1305_units() argument 155 crypto_nhpoly1305_update_helper(struct shash_desc *desc, const u8 *src, unsigned int srclen, nh_t nh_fn) crypto_nhpoly1305_update_helper() argument
|
/kernel/linux/linux-6.6/crypto/ |
H A D | nhpoly1305.c | 94 const u8 *src, unsigned int srclen, nh_t nh_fn) in nhpoly1305_units() 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() 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() 92 nhpoly1305_units(struct nhpoly1305_state *state, const struct nhpoly1305_key *key, const u8 *src, unsigned int srclen, nh_t nh_fn) nhpoly1305_units() argument 155 crypto_nhpoly1305_update_helper(struct shash_desc *desc, const u8 *src, unsigned int srclen, nh_t nh_fn) crypto_nhpoly1305_update_helper() argument
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | nhpoly1305.h | 69 nh_t nh_fn); 72 nh_t nh_fn);
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | nhpoly1305.h | 69 nh_t nh_fn); 72 nh_t nh_fn);
|
Completed in 2 milliseconds