Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/amcc/
Dcrypto4xx_core.h123 u32 sa_len; member
140 u16 sa_len; member
Dcrypto4xx_alg.c163 memcpy(ctx->sa_out, ctx->sa_in, ctx->sa_len * 4); in crypto4xx_setkey_aes()
181 unsigned int sa_len, in crypto4xx_hash_alg_init() argument
200 rc = crypto4xx_alloc_sa(ctx, sa_len); in crypto4xx_hash_alg_init()
Dcrypto4xx_core.c138 ctx->sa_len * 4, in crypto4xx_alloc_sa()
145 ctx->sa_len = size; in crypto4xx_alloc_sa()
153 dma_free_coherent(ctx->dev->core_dev->device, ctx->sa_len * 4, in crypto4xx_free_sa()
156 dma_free_coherent(ctx->dev->core_dev->device, ctx->sa_len * 4, in crypto4xx_free_sa()
161 ctx->sa_len = 0; in crypto4xx_free_sa()
866 memcpy(sa, ctx->sa_in, ctx->sa_len * 4); in crypto4xx_build_pd()
868 memcpy(sa, ctx->sa_out, ctx->sa_len * 4); in crypto4xx_build_pd()
884 pd->sa_len = ctx->sa_len; in crypto4xx_build_pd()
1003 ctx->sa_len = 0; in crypto4xx_alg_init()
Dcrypto4xx_reg_def.h280 u32 sa_len; /* only if dynamic sa is used */ member