Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/crypto/amcc/
Dcrypto4xx_core.h123 u32 sa_len; member
140 u16 sa_len; member
Dcrypto4xx_alg.c162 memcpy(ctx->sa_out, ctx->sa_in, ctx->sa_len * 4); in crypto4xx_setkey_aes()
180 unsigned int sa_len, in crypto4xx_hash_alg_init() argument
199 rc = crypto4xx_alloc_sa(ctx, sa_len); in crypto4xx_hash_alg_init()
Dcrypto4xx_core.c132 ctx->sa_len * 4, in crypto4xx_alloc_sa()
139 ctx->sa_len = size; in crypto4xx_alloc_sa()
147 dma_free_coherent(ctx->dev->core_dev->device, ctx->sa_len * 4, in crypto4xx_free_sa()
150 dma_free_coherent(ctx->dev->core_dev->device, ctx->sa_len * 4, in crypto4xx_free_sa()
155 ctx->sa_len = 0; in crypto4xx_free_sa()
861 memcpy(sa, ctx->sa_in, ctx->sa_len * 4); in crypto4xx_build_pd()
863 memcpy(sa, ctx->sa_out, ctx->sa_len * 4); in crypto4xx_build_pd()
879 pd->sa_len = ctx->sa_len; in crypto4xx_build_pd()
998 ctx->sa_len = 0; in crypto4xx_alg_init()
Dcrypto4xx_reg_def.h280 u32 sa_len; /* only if dynamic sa is used */ member