Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/bcm/
Dcipher.c1585 unsigned int icv_offset; in handle_aead_resp() local
1606 icv_offset = req->assoclen + rctx->total_sent; in handle_aead_resp()
1608 flow_log("copying ICV to dst sg at offset %u\n", icv_offset); in handle_aead_resp()
1610 ctx->digestsize, icv_offset); in handle_aead_resp()