MySQL 5.6.14 Source Code Document
|
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::RandomNumberGenerator & | ranPool_ |
byte * | publicKey_ |
byte * | privateKey_ |
byte * | agreedKey_ |
Definition at line 745 of file crypto_wrapper.cpp.