Home
last modified time | relevance | path

Searched refs:bs32 (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/crypto/
Domap-sham.c517 int count, len32, bs32, offset = 0; in omap_sham_xmit_cpu() local
535 bs32 = get_block_size(ctx) / sizeof(u32); in omap_sham_xmit_cpu()
541 for (count = 0; count < min(len32, bs32); count++, offset++) in omap_sham_xmit_cpu()
544 len32 -= min(len32, bs32); in omap_sham_xmit_cpu()