crypto: ccp - Add a communication path abstraction for DBC
authorMario Limonciello <mario.limonciello@amd.com>
Thu, 7 Sep 2023 18:48:44 +0000 (13:48 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 15 Sep 2023 10:29:45 +0000 (18:29 +0800)
commit2ac85e22e1473775020ef6850c993bcb43957741
treecee050b03a88fff3f1b3a4de6b7f8808faab5dee
parent6e17375c47a325f79e1f80028344bd4b0bdd985b
crypto: ccp - Add a communication path abstraction for DBC

DBC is currently accessed only from the platform access mailbox and
a lot of that implementation's communication path is intertwined
with DBC. Add an abstraction layer for pointers into the mailbox.

No intended functional changes.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/ccp/dbc.c
drivers/crypto/ccp/dbc.h