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:

committed by
Herbert Xu

parent
062b64ca6d
commit
aa88f331c8
@@ -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),
|
||||
|
Reference in New Issue
Block a user