mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 14:01:59 +01:00
sys/opencrypto: minor spelling fixes.
No functional change. Reviewed by: jmg
This commit is contained in:
parent
8eabbbe24b
commit
1762773d79
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299202
@ -127,7 +127,7 @@ u_int32_t t, l, r;
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/***** Key Schedual *****/
|
/***** Key Schedule *****/
|
||||||
|
|
||||||
void cast_setkey(cast_key* key, u_int8_t* rawkey, int keybytes)
|
void cast_setkey(cast_key* key, u_int8_t* rawkey, int keybytes)
|
||||||
{
|
{
|
||||||
|
@ -911,7 +911,7 @@ again:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Dispatch an assymetric crypto request.
|
* Dispatch an asymmetric crypto request.
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
crypto_kinvoke(struct cryptkop *krp, int crid)
|
crypto_kinvoke(struct cryptkop *krp, int crid)
|
||||||
|
@ -40,7 +40,7 @@ static const uint8_t nib_rev[] = {
|
|||||||
0x1, 0x9, 0x5, 0xd, 0x3, 0xb, 0x7, 0xf,
|
0x1, 0x9, 0x5, 0xd, 0x3, 0xb, 0x7, 0xf,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* calulate v * 2 */
|
/* calculate v * 2 */
|
||||||
static inline struct gf128
|
static inline struct gf128
|
||||||
gf128_mulalpha(struct gf128 v)
|
gf128_mulalpha(struct gf128 v)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user