![]() |
nrfxlib API 3.3.99
|
| void ocrypto_srtp_decrypt | ( | const ocrypto_srtp_ctx * | srtp_ctx, |
| uint8_t * | data, | ||
| const uint8_t * | packet_bytes, | ||
| size_t | num_packet_bytes, | ||
| uint32_t | index ) |
Decrypt SRTP packet.
| srtp_ctx | SRTP context. | |
| [out] | data | Decrypted data. |
| packet_bytes | Packet bytes. | |
| num_packet_bytes | Number of packet bytes. | |
| index | Packet index. |