DPP: Fix a typo in a comment
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
5a7bcb7725
commit
32d3360f33
1 changed files with 1 additions and 1 deletions
|
@ -855,7 +855,7 @@ int dpp_derive_bk_ke(struct dpp_authentication *auth)
|
|||
"DPP: bk = HKDF-Extract(I-nonce | R-nonce, M.x | N.x [| L.x])",
|
||||
auth->bk, hash_len);
|
||||
|
||||
/* ke = HKDF-Expand(bkK, "DPP Key", length) */
|
||||
/* ke = HKDF-Expand(bk, "DPP Key", length) */
|
||||
res = dpp_hkdf_expand(hash_len, auth->bk, hash_len, info_ke, auth->ke,
|
||||
hash_len);
|
||||
if (res < 0)
|
||||
|
|
Loading…
Reference in a new issue