xmedialib v0.1.1 XMediaLib.Srtp View Source
Link to this section Summary
Link to this section Functions
Link to this function
decrypt_payload(data, ssrc, index, arg, session_key, session_salt, key_derivation_rate, label)
View Source
Link to this function
decrypt_payload(last_part, ssrc, index, arg4, session_key, session_salt, key_derivation_rate, label, step, decrypted)
View Source
Link to this function
derive_key(master_key, master_salt, label, index, key_derivation_rate)
View Source
Link to this function
encrypt_payload(data, ssrc, index, arg, session_key, session_salt, key_derivation_rate, label)
View Source
Link to this function
encrypt_payload(last_part, ssrc, index, arg4, session_key, session_salt, key_derivation_rate, label, step, encrypted)
View Source
Link to this function
get_ctr_cipher_stream(session_key, session_salt, label, index, key_derivation_rate, step)
View Source
Link to this function