Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/
Domap-sham.c413 static int get_block_size(struct omap_sham_reqctx *ctx) in get_block_size() function
465 bs = get_block_size(ctx); in omap_sham_write_ctrl_omap4()
529 bs32 = get_block_size(ctx) / sizeof(u32); in omap_sham_xmit_cpu()
558 int len32, ret, dma_min = get_block_size(ctx); in omap_sham_xmit_dma()
736 if (ctx->total < get_block_size(ctx)) in omap_sham_update_dma_start()
743 bs = get_block_size(ctx); in omap_sham_update_dma_start()
928 if ((ctx->bufcnt <= get_block_size(ctx)) || dd->polling_mode) in omap_sham_final_req()
1082 int bs = get_block_size(ctx); in omap_sham_update()