MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
yaSSL::DiffieHellman::DHImpl Struct Reference
Collaboration diagram for yaSSL::DiffieHellman::DHImpl:

Public Member Functions

 DHImpl (TaoCrypt::RandomNumberGenerator &r)
 DHImpl (const DHImpl &that)
void AllocKeys (unsigned int pubSz, unsigned int privSz, unsigned int agrSz)

Public Attributes

TaoCrypt::DH dh_
TaoCrypt::RandomNumberGeneratorranPool_
byte * publicKey_
byte * privateKey_
byte * agreedKey_

Detailed Description

Definition at line 745 of file crypto_wrapper.cpp.


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