Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Domap-sham.c419 static int get_block_size(struct omap_sham_reqctx *ctx) in get_block_size() function
471 bs = get_block_size(ctx); in omap_sham_write_ctrl_omap4()
535 bs32 = get_block_size(ctx) / sizeof(u32); in omap_sham_xmit_cpu()
564 int len32, ret, dma_min = get_block_size(ctx); in omap_sham_xmit_dma()
742 if (ctx->total < get_block_size(ctx)) in omap_sham_update_dma_start()
749 bs = get_block_size(ctx); in omap_sham_update_dma_start()
934 if ((ctx->bufcnt <= get_block_size(ctx)) || dd->polling_mode) in omap_sham_final_req()
1088 int bs = get_block_size(ctx); in omap_sham_update()