Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/bcm/
H A Dcipher.c1539 unsigned int icv_offset; in handle_aead_resp() local
1560 icv_offset = req->assoclen + rctx->total_sent; in handle_aead_resp()
1562 flow_log("copying ICV to dst sg at offset %u\n", icv_offset); in handle_aead_resp()
1564 ctx->digestsize, icv_offset); in handle_aead_resp()
/kernel/linux/linux-6.6/drivers/crypto/bcm/
H A Dcipher.c1536 unsigned int icv_offset; in handle_aead_resp() local
1557 icv_offset = req->assoclen + rctx->total_sent; in handle_aead_resp()
1559 flow_log("copying ICV to dst sg at offset %u\n", icv_offset); in handle_aead_resp()
1561 ctx->digestsize, icv_offset); in handle_aead_resp()

Completed in 15 milliseconds