![]() |
nrfxlib API 3.3.99
|
| void ocrypto_srtp_authenticate | ( | const ocrypto_srtp_ctx * | srtp_ctx, |
| uint8_t * | tag, | ||
| const uint8_t * | bytes, | ||
| size_t | num_bytes, | ||
| uint32_t | index ) |
Generate SRTP authentication tag from bytes and index.
| srtp_ctx | SRTP context. | |
| [out] | tag | Authentication tag generated. |
| bytes | Byte buffer. | |
| num_bytes | Number of bytes in buffer. | |
| index | Index. |