Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/crypto/amcc/
Dcrypto4xx_alg.c122 if (ctx->sa_in_dma_addr || ctx->sa_out_dma_addr) in crypto4xx_setkey_aes()
196 if (ctx->sa_in_dma_addr || ctx->sa_out_dma_addr) in crypto4xx_hash_alg_init()
Dcrypto4xx_core.h120 dma_addr_t sa_out_dma_addr; member
Dcrypto4xx_core.c129 &ctx->sa_out_dma_addr, GFP_ATOMIC); in crypto4xx_alloc_sa()
151 ctx->sa_out, ctx->sa_out_dma_addr); in crypto4xx_free_sa()
154 ctx->sa_out_dma_addr = 0; in crypto4xx_free_sa()
875 pd->sa = ctx->sa_out_dma_addr; in crypto4xx_build_pd()
997 ctx->sa_out_dma_addr = 0; in crypto4xx_alg_init()