Go to the documentation of this file.
   22 #ifndef AVFORMAT_RTMPDH_H 
   23 #define AVFORMAT_RTMPDH_H 
   28 #if CONFIG_NETTLE || CONFIG_GCRYPT 
   31 #include <nettle/bignum.h> 
   33 typedef mpz_ptr FFBigNum;
 
   37 typedef gcry_mpi_t FFBigNum;
 
   40 typedef struct FF_DH {
 
   49 #include <openssl/bn.h> 
   50 #include <openssl/dh.h> 
   52 typedef BIGNUM *FFBigNum;
 
  100                                     int pub_key_len, 
uint8_t *secret_key);