Searched refs:mips_poly1305_blocks (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/crypto/ |
H A D | poly1305-glue.c | 42 static void mips_poly1305_blocks(struct poly1305_desc_ctx *dctx, const u8 *src, in mips_poly1305_blocks() function 84 mips_poly1305_blocks(dctx, dctx->buf, POLY1305_BLOCK_SIZE, 1); in mips_poly1305_update() 90 mips_poly1305_blocks(dctx, src, len, 1); in mips_poly1305_update()
|
/kernel/linux/linux-6.6/arch/mips/crypto/ |
H A D | poly1305-glue.c | 42 static void mips_poly1305_blocks(struct poly1305_desc_ctx *dctx, const u8 *src, in mips_poly1305_blocks() function 84 mips_poly1305_blocks(dctx, dctx->buf, POLY1305_BLOCK_SIZE, 1); in mips_poly1305_update() 90 mips_poly1305_blocks(dctx, src, len, 1); in mips_poly1305_update()
|
Completed in 4 milliseconds