Lines Matching refs:hmac_virt
162 u8 *hmac_virt; member
345 scatterwalk_map_and_copy(req_ctx->hmac_virt, in finish_scattered_hmac()
348 dma_pool_free(buffer_pool, req_ctx->hmac_virt, crypt->icv_rev_aes); in finish_scattered_hmac()
368 if (req_ctx->hmac_virt) { in one_packet()
1057 req_ctx->hmac_virt = dma_pool_alloc(buffer_pool, flags, in aead_perform()
1059 if (unlikely(!req_ctx->hmac_virt)) in aead_perform()
1062 scatterwalk_map_and_copy(req_ctx->hmac_virt, in aead_perform()
1067 req_ctx->hmac_virt = NULL; in aead_perform()
1074 if (!req_ctx->hmac_virt) { in aead_perform()
1083 if (req_ctx->hmac_virt) { in aead_perform()
1084 dma_pool_free(buffer_pool, req_ctx->hmac_virt, in aead_perform()