FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
FF_DH Struct Reference

#include <rtmpdh.h>

Data Fields

FFBigNum p
 
FFBigNum g
 
FFBigNum pub_key
 
FFBigNum priv_key
 
long length
 

Detailed Description

Definition at line 45 of file rtmpdh.h.

Field Documentation

FFBigNum FF_DH::p
FFBigNum FF_DH::g

Definition at line 47 of file rtmpdh.h.

Referenced by dh_generate_key(), ff_dh_free(), and ff_dh_init().

FFBigNum FF_DH::pub_key
FFBigNum FF_DH::priv_key

Definition at line 49 of file rtmpdh.h.

Referenced by dh_compute_key(), dh_generate_key(), ff_dh_free(), and test_ref_data().

long FF_DH::length

Definition at line 50 of file rtmpdh.h.

Referenced by ff_dh_init().


The documentation for this struct was generated from the following file: