Searched refs:sa_len (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/crypto/amcc/ |
D | crypto4xx_core.h | 123 u32 sa_len; member 140 u16 sa_len; member
|
D | crypto4xx_alg.c | 163 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()
|
D | crypto4xx_core.c | 138 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() 846 memcpy(sa, ctx->sa_in, ctx->sa_len * 4); in crypto4xx_build_pd() 848 memcpy(sa, ctx->sa_out, ctx->sa_len * 4); in crypto4xx_build_pd() 864 pd->sa_len = ctx->sa_len; in crypto4xx_build_pd() 983 ctx->sa_len = 0; in crypto4xx_alg_init()
|
D | crypto4xx_reg_def.h | 280 u32 sa_len; /* only if dynamic sa is used */ member
|