Data Fields | |
| const AVClass * | class |
| URLContext * | stream |
| TCP stream. | |
| FF_DH * | dh |
| Diffie-Hellman context. | |
| struct AVRC4 | key_in |
| RC4 key used for decrypt data. | |
| struct AVRC4 | key_out |
| RC4 key used for encrypt data. | |
| int | handshaked |
| flag indicating when the handshake is performed | |
| int | tunneling |
| use a HTTP connection (RTMPTE) | |
Definition at line 42 of file rtmpcrypt.c.
| const AVClass* RTMPEContext::class |
Definition at line 43 of file rtmpcrypt.c.
| FF_DH* RTMPEContext::dh |
Diffie-Hellman context.
Definition at line 45 of file rtmpcrypt.c.
Referenced by ff_rtmpe_compute_secret_key(), ff_rtmpe_gen_pub_key(), and rtmpe_close().
flag indicating when the handshake is performed
Definition at line 48 of file rtmpcrypt.c.
Referenced by ff_rtmpe_update_keystream(), rtmpe_read(), and rtmpe_write().
struct AVRC4 RTMPEContext::key_in [read] |
RC4 key used for decrypt data.
Definition at line 46 of file rtmpcrypt.c.
Referenced by ff_rtmpe_compute_secret_key(), ff_rtmpe_update_keystream(), and rtmpe_read().
struct AVRC4 RTMPEContext::key_out [read] |
RC4 key used for encrypt data.
Definition at line 47 of file rtmpcrypt.c.
Referenced by ff_rtmpe_compute_secret_key(), ff_rtmpe_update_keystream(), and rtmpe_write().
TCP stream.
Definition at line 44 of file rtmpcrypt.c.
Referenced by rtmpe_close(), rtmpe_open(), rtmpe_read(), and rtmpe_write().
use a HTTP connection (RTMPTE)
Definition at line 49 of file rtmpcrypt.c.
Referenced by rtmpe_open().
1.5.8