mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
sys/opencrypto: minor spelling fixes.
No functional change. Reviewed by: jmg
This commit is contained in:
parent
8eabbbe24b
commit
1762773d79
3 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -911,7 +911,7 @@ again:
|
|||
}
|
||||
|
||||
/*
|
||||
* Dispatch an assymetric crypto request.
|
||||
* Dispatch an asymmetric crypto request.
|
||||
*/
|
||||
static int
|
||||
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,
|
||||
};
|
||||
|
||||
/* calulate v * 2 */
|
||||
/* calculate v * 2 */
|
||||
static inline struct gf128
|
||||
gf128_mulalpha(struct gf128 v)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue