nrfxlib API 2.8.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 ) |
#include <crypto/nrf_oberon/include/ocrypto_srtp.h>
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. |