Searched refs:sa_len (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/crypto/amcc/ |
D | crypto4xx_core.h | 123 u32 sa_len; member 140 u16 sa_len; member
|
D | crypto4xx_alg.c | 162 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()
|
D | crypto4xx_core.c | 132 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()
|
D | crypto4xx_reg_def.h | 280 u32 sa_len; /* only if dynamic sa is used */ member
|