Searched refs:crypto_nhpoly1305_final_helper (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | nhpoly1305.c | 198 int crypto_nhpoly1305_final_helper(struct shash_desc *desc, u8 *dst, nh_t nh_fn) in crypto_nhpoly1305_final_helper() function 216 EXPORT_SYMBOL(crypto_nhpoly1305_final_helper); variable 220 return crypto_nhpoly1305_final_helper(desc, dst, nh_generic); in crypto_nhpoly1305_final()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | nhpoly1305.c | 198 int crypto_nhpoly1305_final_helper(struct shash_desc *desc, u8 *dst, nh_t nh_fn) in crypto_nhpoly1305_final_helper() function 216 EXPORT_SYMBOL(crypto_nhpoly1305_final_helper); variable 220 return crypto_nhpoly1305_final_helper(desc, dst, nh_generic); in crypto_nhpoly1305_final()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | nhpoly1305.h | 71 int crypto_nhpoly1305_final_helper(struct shash_desc *desc, u8 *dst,
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | nhpoly1305.h | 71 int crypto_nhpoly1305_final_helper(struct shash_desc *desc, u8 *dst,
|
Completed in 3 milliseconds