Searched refs:bs32 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | omap-sham.c | 527 int count, len32, bs32, offset = 0; in omap_sham_xmit_cpu() local 548 bs32 = get_block_size(ctx) / sizeof(u32); in omap_sham_xmit_cpu() 559 for (count = 0; count < min(len32, bs32); count++, offset++) { in omap_sham_xmit_cpu() 574 len32 -= min(len32, bs32); in omap_sham_xmit_cpu()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | omap-sham.c | 504 int count, len32, bs32, offset = 0; in omap_sham_xmit_cpu() local 525 bs32 = get_block_size(ctx) / sizeof(u32); in omap_sham_xmit_cpu() 536 for (count = 0; count < min(len32, bs32); count++, offset++) { in omap_sham_xmit_cpu() 551 len32 -= min(len32, bs32); in omap_sham_xmit_cpu()
|
Completed in 6 milliseconds