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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dixp4xx_crypto.c161 u8 *hmac_virt; member in struct:aead_ctx
357 scatterwalk_map_and_copy(req_ctx->hmac_virt,
360 dma_pool_free(buffer_pool, req_ctx->hmac_virt, crypt->icv_rev_aes);
379 if (req_ctx->hmac_virt) {
1067 req_ctx->hmac_virt = dma_pool_alloc(buffer_pool, flags,
1069 if (unlikely(!req_ctx->hmac_virt))
1072 scatterwalk_map_and_copy(req_ctx->hmac_virt,
1077 req_ctx->hmac_virt = NULL;
1084 if (!req_ctx->hmac_virt) {
1093 if (req_ctx->hmac_virt) {
[all...]

Completed in 38 milliseconds