hmac_virt         158 drivers/crypto/ixp4xx_crypto.c 	u8 *hmac_virt;
hmac_virt         350 drivers/crypto/ixp4xx_crypto.c 		scatterwalk_map_and_copy(req_ctx->hmac_virt,
hmac_virt         353 drivers/crypto/ixp4xx_crypto.c 	dma_pool_free(buffer_pool, req_ctx->hmac_virt, crypt->icv_rev_aes);
hmac_virt         374 drivers/crypto/ixp4xx_crypto.c 		if (req_ctx->hmac_virt) {
hmac_virt        1064 drivers/crypto/ixp4xx_crypto.c 		req_ctx->hmac_virt = dma_pool_alloc(buffer_pool, flags,
hmac_virt        1066 drivers/crypto/ixp4xx_crypto.c 		if (unlikely(!req_ctx->hmac_virt))
hmac_virt        1069 drivers/crypto/ixp4xx_crypto.c 			scatterwalk_map_and_copy(req_ctx->hmac_virt,
hmac_virt        1074 drivers/crypto/ixp4xx_crypto.c 		req_ctx->hmac_virt = NULL;