Rust wrapper: add SRTP/SRTCP KDF functions to kdf module

This commit is contained in:
Josh Holtrop
2025-10-27 17:40:34 -04:00
parent 85bfc49711
commit 2e281ae2c6
3 changed files with 321 additions and 1 deletions

View File

@@ -195,7 +195,7 @@ int wc_SRTP_KDF_label(const byte* key, word32 keySz, const byte* salt,
\sa wc_SRTP_KDF_label
\sa wc_SRTP_KDF_kdr_to_idx
*/
int wc_SRTP_KDF_label(const byte* key, word32 keySz, const byte* salt,
int wc_SRTCP_KDF_label(const byte* key, word32 keySz, const byte* salt,
word32 saltSz, int kdrIdx, const byte* idx, byte label, byte* outKey,
word32 outKeySz);
/*!