Searched refs:hmac_virt (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/crypto/
H A Dixp4xx_crypto.c162 u8 *hmac_virt; member in struct:aead_ctx
345 scatterwalk_map_and_copy(req_ctx->hmac_virt, finish_scattered_hmac()
348 dma_pool_free(buffer_pool, req_ctx->hmac_virt, crypt->icv_rev_aes); finish_scattered_hmac()
368 if (req_ctx->hmac_virt) { one_packet()
1057 req_ctx->hmac_virt = dma_pool_alloc(buffer_pool, flags, aead_perform()
1059 if (unlikely(!req_ctx->hmac_virt)) aead_perform()
1062 scatterwalk_map_and_copy(req_ctx->hmac_virt, aead_perform()
1067 req_ctx->hmac_virt = NULL; aead_perform()
1074 if (!req_ctx->hmac_virt) { aead_perform()
1083 if (req_ctx->hmac_virt) { aead_perform()
1084 dma_pool_free(buffer_pool, req_ctx->hmac_virt, aead_perform()

Completed in 85 milliseconds