XMediaLib.Srtp (xmedialib v0.1.3) View Source

Link to this section Summary

Link to this section Functions

Link to this function

append_auth(data, roc, arg, key, tag_length)

View Source
Link to this function

check_auth(data, roc, arg, key, tag_length)

View Source
Link to this function

computeIV(arg, label, index, key_derivation_rate)

View Source
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

guess_index(sequence_number, old_sequence_number, roc)

View Source
Link to this function

new_ctx(ssrc, ealg, aalg, master_key, master_salt, tag_length)

View Source
Link to this function

new_ctx(ssrc, ealg, aalg, master_key, master_salt, tag_length, key_derivation_rate)

View Source
Link to this function

update_ctx(ctx, sequence_number, old_sequence_number, roc)

View Source