mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-21 20:12:37 +01:00
crypto: Add some missing whitespace
This commit is contained in:
parent
28a57b2eca
commit
5d2c5b3b71
@ -187,6 +187,7 @@ bool arc4_skip(const uint8_t *key, size_t key_len, size_t skip,
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 802.11, Section 11.6.2, Table 11-4 */
|
/* 802.11, Section 11.6.2, Table 11-4 */
|
||||||
int crypto_cipher_key_len(enum crypto_cipher cipher)
|
int crypto_cipher_key_len(enum crypto_cipher cipher)
|
||||||
{
|
{
|
||||||
@ -408,6 +409,7 @@ bool kdf_sha256(const void *key, size_t key_len,
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 802.11, Section 11.6.6.7:
|
* 802.11, Section 11.6.6.7:
|
||||||
* PTK = PRF-X(PMK, "Pairwise key expansion", Min(AA, SA) || Max(AA, SA) ||
|
* PTK = PRF-X(PMK, "Pairwise key expansion", Min(AA, SA) || Max(AA, SA) ||
|
||||||
|
Loading…
Reference in New Issue
Block a user