mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
crypto: inside-secure - Made .cra_priority value a define
Instead of having a fixed value (of 300) all over the place, the value for for .cra_priority is now made into a define (SAFEXCEL_CRA_PRIORITY). This makes it easier to play with, e.g. during development. Signed-off-by: Pascal van Leeuwen <pvanleeuwen@verimatrix.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
062b64ca6d
commit
aa88f331c8
3 changed files with 34 additions and 31 deletions
|
@ -598,6 +598,9 @@ enum safexcel_eip_version {
|
|||
EIP197_DEVBRD
|
||||
};
|
||||
|
||||
/* Priority we use for advertising our algorithms */
|
||||
#define SAFEXCEL_CRA_PRIORITY 300
|
||||
|
||||
/* EIP algorithm presence flags */
|
||||
enum safexcel_eip_algorithms {
|
||||
SAFEXCEL_ALG_BC0 = BIT(5),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue