Skip to content

Commit f2e4360

Browse files
committed
Spelling fixes.
1 parent 659a245 commit f2e4360

File tree

1 file changed

+4
-4
lines changed
  • doc/dox_comments/header_files

1 file changed

+4
-4
lines changed

doc/dox_comments/header_files/kdf.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
\brief This function derives keys using SRTP KDF algorithm.
66
7-
\return 0 Returned upon successful key derviation.
7+
\return 0 Returned upon successful key derivation.
88
\return BAD_FUNC_ARG Returned when key or salt is NULL
99
\return BAD_FUNC_ARG Returned when key length is not 16, 24 or 32.
1010
\return BAD_FUNC_ARG Returned when saltSz is larger than 14.
@@ -57,7 +57,7 @@ int wc_SRTP_KDF(const byte* key, word32 keySz, const byte* salt, word32 saltSz,
5757
5858
\brief This function derives keys using SRTCP KDF algorithm.
5959
60-
\return 0 Returned upon successful key derviation.
60+
\return 0 Returned upon successful key derivation.
6161
\return BAD_FUNC_ARG Returned when key or salt is NULL
6262
\return BAD_FUNC_ARG Returned when key length is not 16, 24 or 32.
6363
\return BAD_FUNC_ARG Returned when saltSz is larger than 14.
@@ -109,7 +109,7 @@ int wc_SRTCP_KDF(const byte* key, word32 keySz, const byte* salt, word32 saltSz,
109109
110110
\brief This function derives a key with label using SRTP KDF algorithm.
111111
112-
\return 0 Returned upon successful key derviation.
112+
\return 0 Returned upon successful key derivation.
113113
\return BAD_FUNC_ARG Returned when key, salt or outKey is NULL
114114
\return BAD_FUNC_ARG Returned when key length is not 16, 24 or 32.
115115
\return BAD_FUNC_ARG Returned when saltSz is larger than 14.
@@ -156,7 +156,7 @@ int wc_SRTP_KDF_label(const byte* key, word32 keySz, const byte* salt,
156156
157157
\brief This function derives key with label using SRTCP KDF algorithm.
158158
159-
\return 0 Returned upon successful key derviation.
159+
\return 0 Returned upon successful key derivation.
160160
\return BAD_FUNC_ARG Returned when key, salt or outKey is NULL
161161
\return BAD_FUNC_ARG Returned when key length is not 16, 24 or 32.
162162
\return BAD_FUNC_ARG Returned when saltSz is larger than 14.

0 commit comments

Comments
 (0)